diff options
author | Sam James <sam@gentoo.org> | 2023-08-19 07:31:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-19 07:31:56 +0100 |
commit | d81c8ffbc4b4800e0cb6b03369d42d17083e96d1 (patch) | |
tree | 4695912def8385eca96eba22863ee3ffe9cc939c /app-portage/genlop | |
parent | dev-ruby/rspec-support: Stabilize 3.12.1 sparc, #912488 (diff) | |
download | gentoo-d81c8ffbc4b4800e0cb6b03369d42d17083e96d1.tar.gz gentoo-d81c8ffbc4b4800e0cb6b03369d42d17083e96d1.tar.bz2 gentoo-d81c8ffbc4b4800e0cb6b03369d42d17083e96d1.zip |
app-portage/genlop: Stabilize 0.30.11 sparc, #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 521d4f0c8bf1..bf8210a5524f 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" |