diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-12-23 22:21:46 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-12-23 22:21:46 +0100 |
commit | 905a8a50f83c625bf64af231c472076106f79f3b (patch) | |
tree | 1dd9d9bb72a771e7acf29a5a02bb80d23d019b7b /sys-devel/automake | |
parent | package.mask: Drop Unicode-Collate from 5.28 mask, now in perl-core (diff) | |
download | gentoo-905a8a50f83c625bf64af231c472076106f79f3b.tar.gz gentoo-905a8a50f83c625bf64af231c472076106f79f3b.tar.bz2 gentoo-905a8a50f83c625bf64af231c472076106f79f3b.zip |
sys-devel/automake: x86 stable (bug #673592)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-devel/automake')
-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 3fa34348bd99..8ebabc10001c 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 |