summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-13 16:27:51 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-13 16:27:51 +0200
commit9875616661e95a817c8f6033e2c7416e5787bbb1 (patch)
tree358a65262f7509953471a6e1c1e05d602a2fc303
parentapp-arch/unrpa: enable py3.12 (diff)
downloadgentoo-9875616661e95a817c8f6033e2c7416e5787bbb1.tar.gz
gentoo-9875616661e95a817c8f6033e2c7416e5787bbb1.tar.bz2
gentoo-9875616661e95a817c8f6033e2c7416e5787bbb1.zip
app-arch/unrpa: Fix variable order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-arch/unrpa/unrpa-2.3.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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"