diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-23 07:52:52 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-23 07:52:52 +0000 |
commit | 3a31df82edb41ff673986fc5cdda2d7bf684afbc (patch) | |
tree | 2794a64f8e089d198e8f20d11cc90f877690e0bd /sys-devel/automake | |
parent | sys-libs/libcap-ng: stable 0.7.11 for ppc (diff) | |
download | gentoo-3a31df82edb41ff673986fc5cdda2d7bf684afbc.tar.gz gentoo-3a31df82edb41ff673986fc5cdda2d7bf684afbc.tar.bz2 gentoo-3a31df82edb41ff673986fc5cdda2d7bf684afbc.zip |
sys-devel/automake: stable 1.16.2-r1 for ppc
stable wrt bug #725354
Package-Manager: Portage-3.0.10, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/automake')
-rw-r--r-- | sys-devel/automake/automake-1.16.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.16.2-r1.ebuild b/sys-devel/automake/automake-1.16.2-r1.ebuild index 4756b188fa7c..ff62ba2b15a3 100644 --- a/sys-devel/automake/automake-1.16.2-r1.ebuild +++ b/sys-devel/automake/automake-1.16.2-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 ~riscv ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~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 ~riscv ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~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 |