diff options
author | Sam James <sam@gentoo.org> | 2023-09-22 21:52:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-22 21:52:23 +0100 |
commit | a2e3e4f5c3a569e9771e0fc150831a7c9182644d (patch) | |
tree | fca2bf67cc44da7c736307b12982a67718038ac1 /app-arch | |
parent | media-video/vlc: move wayland-scanner to BDEPEND (and conditionalise) (diff) | |
download | gentoo-a2e3e4f5c3a569e9771e0fc150831a7c9182644d.tar.gz gentoo-a2e3e4f5c3a569e9771e0fc150831a7c9182644d.tar.bz2 gentoo-a2e3e4f5c3a569e9771e0fc150831a7c9182644d.zip |
app-arch/gzip: Stabilize 1.13 ppc64, #914544
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/gzip/gzip-1.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/gzip/gzip-1.13.ebuild b/app-arch/gzip/gzip-1.13.ebuild index a04dac6aed54..e707630cfc18 100644 --- a/app-arch/gzip/gzip-1.13.ebuild +++ b/app-arch/gzip/gzip-1.13.ebuild @@ -31,7 +31,7 @@ fi LICENSE="GPL-3+" SLOT="0" if [[ ${PV} != *_p* ]] ; then - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi IUSE="pic static" |