commit: 9875616661e95a817c8f6033e2c7416e5787bbb1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Apr 13 14:27:51 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 14:27:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98756166
app-arch/unrpa: Fix variable order Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-arch/unrpa/unrpa-2.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/unrpa/unrpa-2.3.0-r1.ebuild b/app-arch/unrpa/unrpa-2.3.0-r1.ebuild index 469b2979e7e9..4e143eed4708 100644 --- a/app-arch/unrpa/unrpa-2.3.0-r1.ebuild +++ b/app-arch/unrpa/unrpa-2.3.0-r1.ebuild @@ -11,6 +11,6 @@ DESCRIPTION="Ren'Py's RPA data file extractor" HOMEPAGE="https://github.com/Lattyware/unrpa" SRC_URI="https://github.com/Lattyware/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" LICENSE="GPL-3" +SLOT="0" KEYWORDS="~amd64 ~x86"
