aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Kanzenbach <kurt@kmk-computers.de>2024-05-09 10:45:32 +0200
committerKurt Kanzenbach <kurt@kmk-computers.de>2024-05-09 10:45:32 +0200
commit326509f85cdf92e7808ec0f3b58d6fc36532a953 (patch)
tree4fd025a57e3b27fa8f8d165b4da96b0f81907320 /net-dialup
parentnet-dialup/tio: drop 2.8 (diff)
downloadguru-326509f85cdf92e7808ec0f3b58d6fc36532a953.tar.gz
guru-326509f85cdf92e7808ec0f3b58d6fc36532a953.tar.bz2
guru-326509f85cdf92e7808ec0f3b58d6fc36532a953.zip
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>
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/tio/tio-3.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dialup/tio/tio-3.2.ebuild b/net-dialup/tio/tio-3.2.ebuild
index 329bb2790..dead597a8 100644
--- a/net-dialup/tio/tio-3.2.ebuild
+++ b/net-dialup/tio/tio-3.2.ebuild
@@ -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}"