diff options
author | Mike Frysinger <vapier@gentoo.org> | 2018-03-28 23:32:39 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-03-28 23:32:39 -0400 |
commit | 37da1c2bd5337066636d392e4f26e94d1f7f1b13 (patch) | |
tree | 89de3b5adf712442ed9d840b5ddf985789e949c4 /sys-devel/automake/automake-1.15.1-r2.ebuild | |
parent | net-misc/gsutil: version bump to 4.30 #643534 (diff) | |
download | gentoo-37da1c2bd5337066636d392e4f26e94d1f7f1b13.tar.gz gentoo-37da1c2bd5337066636d392e4f26e94d1f7f1b13.tar.bz2 gentoo-37da1c2bd5337066636d392e4f26e94d1f7f1b13.zip |
sys-devel/automake: mark 1.9.6-r5/1.10.3-r3/1.11.6-r3/1.12.6-r2/1.13.4-r2/1.14.1-r2/1.15.1-r2 arm64/m68k/s390/sh stable
Diffstat (limited to 'sys-devel/automake/automake-1.15.1-r2.ebuild')
-rw-r--r-- | sys-devel/automake/automake-1.15.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.15.1-r2.ebuild b/sys-devel/automake/automake-1.15.1-r2.ebuild index 658edd053219..fe8cf0cc2d44 100644 --- a/sys-devel/automake/automake-1.15.1-r2.ebuild +++ b/sys-devel/automake/automake-1.15.1-r2.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 |