diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-07 22:55:40 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-07 22:57:34 +0200 |
commit | 4c1a6fa714b79fe6d312549f931689d597d02a25 (patch) | |
tree | 9b3daf1d2240ef28660356781af40782062b40c7 /sys-devel | |
parent | sys-devel/bmake: Stabilize 20220303 amd64, #837128 (diff) | |
download | gentoo-4c1a6fa714b79fe6d312549f931689d597d02a25.tar.gz gentoo-4c1a6fa714b79fe6d312549f931689d597d02a25.tar.bz2 gentoo-4c1a6fa714b79fe6d312549f931689d597d02a25.zip |
sys-devel/automake: Stabilize 1.16.5 x86, #833654
Signed-off-by: Jakov Smolić <jsmolic@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 01328dace04e..edabd806db68 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 |