diff options
author | 2017-11-06 15:21:34 +0100 | |
---|---|---|
committer | 2017-11-06 15:21:34 +0100 | |
commit | 59709ebf1e13f1f47404ac4a52ae55262a5050db (patch) | |
tree | 8d4c2ddbca95cae7a9731da16ec455d877f27f49 /sys-devel | |
parent | sys-devel/automake-1.14.1-r1: alpha stable (diff) | |
download | gentoo-59709ebf1e13f1f47404ac4a52ae55262a5050db.tar.gz gentoo-59709ebf1e13f1f47404ac4a52ae55262a5050db.tar.bz2 gentoo-59709ebf1e13f1f47404ac4a52ae55262a5050db.zip |
sys-devel/automake-1.15.1-r1: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/635078
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 a5be4cc4d1db..6e88fc349ba9 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 |