diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-12-26 21:59:46 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-12-26 21:59:46 -0500 |
commit | 667cdc4e059b9415123cabe33b6ed7f013b21846 (patch) | |
tree | 68907523ed6b7cb68a9b23898cf6f166632f2502 /sys-devel | |
parent | dev-util/aruba-0.6.2-r2: added ~ppc64, bug 634924 (diff) | |
download | gentoo-667cdc4e059b9415123cabe33b6ed7f013b21846.tar.gz gentoo-667cdc4e059b9415123cabe33b6ed7f013b21846.tar.bz2 gentoo-667cdc4e059b9415123cabe33b6ed7f013b21846.zip |
sys-devel/automake-1.16.1-r1: alpha stable, bug 673592
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/automake/automake-1.16.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.16.1-r1.ebuild b/sys-devel/automake/automake-1.16.1-r1.ebuild index a22e62349a7f..2d37c0c815ab 100644 --- a/sys-devel/automake/automake-1.16.1-r1.ebuild +++ b/sys-devel/automake/automake-1.16.1-r1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" if [[ ${PV/_beta} == ${PV} ]]; then MY_P=${P} SRC_URI="mirror://gnu/${PN}/${P}.tar.xz |