diff options
author | Sam James <sam@gentoo.org> | 2023-10-17 13:30:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-17 13:30:46 +0100 |
commit | f92c451825fe234d8ca6874776cf44c71f2b4e62 (patch) | |
tree | 94a0f75c8d0bf958558dd2642202e52a0bb85a0d /sys-devel/automake | |
parent | dev-libs/nss: backport test fix to 3.91 (expired certs) (diff) | |
download | gentoo-f92c451825fe234d8ca6874776cf44c71f2b4e62.tar.gz gentoo-f92c451825fe234d8ca6874776cf44c71f2b4e62.tar.bz2 gentoo-f92c451825fe234d8ca6874776cf44c71f2b4e62.zip |
sys-devel/automake: Stabilize 1.16.5-r1 arm64, #908624
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/automake')
-rw-r--r-- | sys-devel/automake/automake-1.16.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.16.5-r1.ebuild b/sys-devel/automake/automake-1.16.5-r1.ebuild index de56751a7d57..c76cfdc2d91c 100644 --- a/sys-devel/automake/automake-1.16.5-r1.ebuild +++ b/sys-devel/automake/automake-1.16.5-r1.ebuild @@ -15,7 +15,7 @@ else MY_P="${P}" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz https://alpha.gnu.org/pub/gnu/${PN}/${MY_P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" else MY_PV="$(ver_cut 1).$(($(ver_cut 2)-1))b" MY_P="${PN}-${MY_PV}" |