diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-10 21:05:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-10 21:05:25 +0300 |
commit | ef3c849606c2e1c1264ee511ef0408624551173d (patch) | |
tree | 2ab3ab9d9f9559757015a5540224b93cb6c7fa8a /sys-devel | |
parent | sys-kernel/linux-docs: add 5.15.33, drop 5.15.6 (diff) | |
download | gentoo-ef3c849606c2e1c1264ee511ef0408624551173d.tar.gz gentoo-ef3c849606c2e1c1264ee511ef0408624551173d.tar.bz2 gentoo-ef3c849606c2e1c1264ee511ef0408624551173d.zip |
sys-devel/automake: Stabilize 1.16.5 ppc, #833654
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/automake/automake-1.16.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.16.5.ebuild b/sys-devel/automake/automake-1.16.5.ebuild index ea7f9c0af1bf..6cb82d4da12f 100644 --- a/sys-devel/automake/automake-1.16.5.ebuild +++ b/sys-devel/automake/automake-1.16.5.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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" if [[ ${PV/_beta} == ${PV} ]]; then MY_P="${P}" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz |