diff options
author | Sam James <sam@gentoo.org> | 2020-11-23 04:34:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-23 04:34:54 +0000 |
commit | 8234e00b27506d7d7fa3c3cf1758b0728e4ef9ee (patch) | |
tree | 0aae722bc53f61181c1fdaeb6d562a111b77fbc0 /sys-devel/automake | |
parent | sys-apps/dbus: Stabilize 1.12.20 arm, #755392 (diff) | |
download | gentoo-8234e00b27506d7d7fa3c3cf1758b0728e4ef9ee.tar.gz gentoo-8234e00b27506d7d7fa3c3cf1758b0728e4ef9ee.tar.bz2 gentoo-8234e00b27506d7d7fa3c3cf1758b0728e4ef9ee.zip |
sys-devel/automake: Stabilize 1.16.2-r1 sparc, #725354
Signed-off-by: Sam James <sam@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 5b09200f30e1..4756b188fa7c 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 |