diff options
author | Sam James <sam@gentoo.org> | 2021-09-18 20:50:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-18 20:50:07 +0100 |
commit | 2d4627ef478b303932a8699802d4b0f68a6087d1 (patch) | |
tree | dc2dbb876d2d98c6029281bf7f51d8a70607f678 /sys-devel/automake | |
parent | sys-apps/usbutils: Stabilize 014 ppc64, #813690 (diff) | |
download | gentoo-2d4627ef478b303932a8699802d4b0f68a6087d1.tar.gz gentoo-2d4627ef478b303932a8699802d4b0f68a6087d1.tar.bz2 gentoo-2d4627ef478b303932a8699802d4b0f68a6087d1.zip |
sys-devel/automake: Stabilize 1.16.4 ppc64, #813696
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/automake')
-rw-r--r-- | sys-devel/automake/automake-1.16.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.16.4.ebuild b/sys-devel/automake/automake-1.16.4.ebuild index 9c79861b2007..22f01f7d2374 100644 --- a/sys-devel/automake/automake-1.16.4.ebuild +++ b/sys-devel/automake/automake-1.16.4.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" if [[ ${PV/_beta} == ${PV} ]]; then MY_P="${P}" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz |