diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-03-10 09:57:50 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-03-10 09:57:50 +0100 |
commit | bc2f601b0dbde8b51648935509044bc376f8aad3 (patch) | |
tree | 67d0a9fd863e1f8ecdca23e9d8f21d72b7c57bd0 /app-portage | |
parent | app-portage/genlop: Stabilize 0.30.12 ppc64, #926629 (diff) | |
download | gentoo-bc2f601b0dbde8b51648935509044bc376f8aad3.tar.gz gentoo-bc2f601b0dbde8b51648935509044bc376f8aad3.tar.bz2 gentoo-bc2f601b0dbde8b51648935509044bc376f8aad3.zip |
app-portage/genlop: Stabilize 0.30.12 ppc, #926629
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/genlop/genlop-0.30.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/genlop/genlop-0.30.12.ebuild b/app-portage/genlop/genlop-0.30.12.ebuild index 37929b4c7e94..d44a241464ea 100644 --- a/app-portage/genlop/genlop-0.30.12.ebuild +++ b/app-portage/genlop/genlop-0.30.12.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" fi LICENSE="GPL-2" |