diff options
author | Mike Frysinger <vapier@gentoo.org> | 2018-01-11 17:48:27 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-01-11 17:48:27 -0500 |
commit | 9f0551388658e87b024bb090df0b14e63fba40f0 (patch) | |
tree | 47afb3898ab98b0a383310ff9a7a4ab15a2fc990 /sys-devel | |
parent | sys-devel/autoconf: mark 2.69-r4 arm64/m68k/s390/sh stable (diff) | |
download | gentoo-9f0551388658e87b024bb090df0b14e63fba40f0.tar.gz gentoo-9f0551388658e87b024bb090df0b14e63fba40f0.tar.bz2 gentoo-9f0551388658e87b024bb090df0b14e63fba40f0.zip |
sys-devel/automake: mark 1.15.1-r1 arm64/m68k/s390/sh stable
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/automake/automake-1.15.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.15.1-r1.ebuild b/sys-devel/automake/automake-1.15.1-r1.ebuild index 9c72a5654c20..0e92910b4dda 100644 --- a/sys-devel/automake/automake-1.15.1-r1.ebuild +++ b/sys-devel/automake/automake-1.15.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 ~sparc-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 ~sparc-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 |