diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-04 19:10:21 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-04 19:11:10 +0000 |
commit | 3b90a628d6f8845c54d57fa34a95b7f3d3279408 (patch) | |
tree | 902b48b5088be59b45be196f69fdb7dfc52d0951 /sys-devel/automake | |
parent | sys-devel/automake: stable 1.14.1-r2 for ia64, bug #522638 (diff) | |
download | gentoo-3b90a628d6f8845c54d57fa34a95b7f3d3279408.tar.gz gentoo-3b90a628d6f8845c54d57fa34a95b7f3d3279408.tar.bz2 gentoo-3b90a628d6f8845c54d57fa34a95b7f3d3279408.zip |
sys-devel/automake: stable 1.15.1-r2 for ia64, bug #522638
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'sys-devel/automake')
-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 f127d411698a..9eff37c40ada 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 |