mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user