diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-09 22:47:40 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-09 22:47:40 +0300 |
commit | 25895cccceb84472bda5a2539482c0d005f48218 (patch) | |
tree | 92841ec9e8a9f2cb6473d9f34c13eb26e7a95061 /sys-devel | |
parent | app-containers/containerd: Stabilize 1.5.11 arm64, #836778 (diff) | |
download | gentoo-25895cccceb84472bda5a2539482c0d005f48218.tar.gz gentoo-25895cccceb84472bda5a2539482c0d005f48218.tar.bz2 gentoo-25895cccceb84472bda5a2539482c0d005f48218.zip |
sys-devel/automake: Stabilize 1.16.5 ppc64, #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 f7fd22ddeca4..ea7f9c0af1bf 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 |