commit: 88f39f987eb6e21f1996b4ac434a3fd15c1ed884 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Thu Apr 24 21:28:47 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 21:28:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f39f98
dev-util/statifier: fix qa VariableOrderWrong Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-util/statifier/statifier-1.7.4-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/statifier/statifier-1.7.4-r3.ebuild b/dev-util/statifier/statifier-1.7.4-r3.ebuild index 1ade87f87d8f..80acae19589f 100644 --- a/dev-util/statifier/statifier-1.7.4-r3.ebuild +++ b/dev-util/statifier/statifier-1.7.4-r3.ebuild @@ -11,9 +11,9 @@ DESCRIPTION="Statifier is a tool for creating portable, self-containing Linux ex HOMEPAGE="http://statifier.sourceforge.net" SRC_URI="https://sourceforge.net/projects/${PN}/files/${PN}/${PV}/${P}.tar.gz" -KEYWORDS="amd64 x86" -SLOT="0" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" RDEPEND=" app-shells/bash
