diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-17 23:46:45 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-17 23:46:45 +0300 |
commit | 7cf75d87f68b35b2144ebf7ca89e2f6e81578480 (patch) | |
tree | bd83e98882b9e7eb7af62a254da46e81b15b5f8b /sys-devel | |
parent | sys-devel/automake: sh stable wrt bug #673592 (diff) | |
download | gentoo-7cf75d87f68b35b2144ebf7ca89e2f6e81578480.tar.gz gentoo-7cf75d87f68b35b2144ebf7ca89e2f6e81578480.tar.bz2 gentoo-7cf75d87f68b35b2144ebf7ca89e2f6e81578480.zip |
sys-devel/automake: m68k stable wrt bug #673592
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
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 1219002da06f..be2711f57bf5 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 |