commit: 326509f85cdf92e7808ec0f3b58d6fc36532a953 Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de> AuthorDate: Thu May 9 08:45:32 2024 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Thu May 9 08:45:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=326509f8
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 <AT> kmk-computers.de> net-dialup/tio/tio-3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dialup/tio/tio-3.2.ebuild b/net-dialup/tio/tio-3.2.ebuild index 329bb2790f..dead597a89 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}"
