diff options
author | Sam James <sam@gentoo.org> | 2021-10-02 16:41:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-02 16:41:30 +0100 |
commit | 8d33cb7bdb5553a38689ce26d6d4e6b6525d2907 (patch) | |
tree | 9b8735f64ec6d0b1c2048b3d1e910ee06ff3318f /sys-devel/automake | |
parent | sys-apps/usbutils: Stabilize 014 arm64, #813690 (diff) | |
download | gentoo-8d33cb7bdb5553a38689ce26d6d4e6b6525d2907.tar.gz gentoo-8d33cb7bdb5553a38689ce26d6d4e6b6525d2907.tar.bz2 gentoo-8d33cb7bdb5553a38689ce26d6d4e6b6525d2907.zip |
sys-devel/automake: Stabilize 1.16.4 arm64, #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 4463176df362..6908170eb07b 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 |