diff options
author | 2023-08-19 07:23:11 +0100 | |
---|---|---|
committer | 2023-08-19 07:23:11 +0100 | |
commit | 2f11a625f1771a3133c0890a405ee9ab6753a27a (patch) | |
tree | 39cc4e75735ea9c1d081beac090f07bcd266738f /app-portage/genlop | |
parent | dev-ruby/stringio: Stabilize 3.0.7 sparc, #912472 (diff) | |
download | gentoo-2f11a625f1771a3133c0890a405ee9ab6753a27a.tar.gz gentoo-2f11a625f1771a3133c0890a405ee9ab6753a27a.tar.bz2 gentoo-2f11a625f1771a3133c0890a405ee9ab6753a27a.zip |
app-portage/genlop: Stabilize 0.30.11 arm, #912492
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage/genlop')
-rw-r--r-- | app-portage/genlop/genlop-0.30.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/genlop/genlop-0.30.11.ebuild b/app-portage/genlop/genlop-0.30.11.ebuild index eddf312e86cb..521d4f0c8bf1 100644 --- a/app-portage/genlop/genlop-0.30.11.ebuild +++ b/app-portage/genlop/genlop-0.30.11.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" |