diff options
author | Sam James <sam@gentoo.org> | 2021-09-21 17:33:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-21 17:33:15 +0100 |
commit | bc155c75b5b7e73a63b88140ce2bc4dfbdadb8b0 (patch) | |
tree | 2db2c73e79518f8de37df4849dd432f898757cb9 /sys-devel/automake | |
parent | sys-block/buffer: Stabilize 1.19-r4 ppc, #813693 (diff) | |
download | gentoo-bc155c75b5b7e73a63b88140ce2bc4dfbdadb8b0.tar.gz gentoo-bc155c75b5b7e73a63b88140ce2bc4dfbdadb8b0.tar.bz2 gentoo-bc155c75b5b7e73a63b88140ce2bc4dfbdadb8b0.zip |
sys-devel/automake: Stabilize 1.16.4 ppc, #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 0893d8ef3a1d..6f14fab673f1 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 |