diff options
author | Sam James <sam@gentoo.org> | 2021-09-18 20:50:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-18 20:50:47 +0100 |
commit | 09bf9115dbd387caa5f9a73a3e63487c7e7bab42 (patch) | |
tree | 6a0d3299cdaeb4d2b92cb4a47b6085c89c70336b /sys-devel/automake | |
parent | sys-block/buffer: Stabilize 1.19-r4 sparc, #813693 (diff) | |
download | gentoo-09bf9115dbd387caa5f9a73a3e63487c7e7bab42.tar.gz gentoo-09bf9115dbd387caa5f9a73a3e63487c7e7bab42.tar.bz2 gentoo-09bf9115dbd387caa5f9a73a3e63487c7e7bab42.zip |
sys-devel/automake: Stabilize 1.16.4 sparc, #813696
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/automake')
-rw-r--r-- | sys-devel/automake/automake-1.16.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.16.4.ebuild b/sys-devel/automake/automake-1.16.4.ebuild index 22f01f7d2374..41c6b309ec99 100644 --- a/sys-devel/automake/automake-1.16.4.ebuild +++ b/sys-devel/automake/automake-1.16.4.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 |