net-dialup/tio: Reorder LICENSE and SLOT variables

Fix the following warning:

|VariableOrderWrong: version 3.2: variable LICENSE should occur before SLOT

Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
Kurt Kanzenbach
2024-05-09 10:45:32 +02:00
parent 04a909169a
commit 326509f85c

View File

@@ -11,8 +11,8 @@ DESCRIPTION="Simple TTY terminal application"
HOMEPAGE="https://tio.github.io/"
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
SLOT="0"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
REQUIRED_USE="${LUA_REQUIRED_USE}"