diff options
author | 2023-04-22 13:03:31 +0100 | |
---|---|---|
committer | 2023-04-22 13:03:31 +0100 | |
commit | 5597f06d51ce417c86ef6633b93d926976d33b98 (patch) | |
tree | ef2fa632848b906bf10ddc4a966ec6f2134744b0 /sys-devel/automake/automake-1.16.5.ebuild | |
parent | sys-devel/autoconf-wrapper: keyword ~arm64-macos (diff) | |
download | gentoo-5597f06d51ce417c86ef6633b93d926976d33b98.tar.gz gentoo-5597f06d51ce417c86ef6633b93d926976d33b98.tar.bz2 gentoo-5597f06d51ce417c86ef6633b93d926976d33b98.zip |
sys-devel/automake: keyword ~arm64-macos
Bug: https://bugs.gentoo.org/904474
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/automake/automake-1.16.5.ebuild')
-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 055d581c2515..a34de1b10e2d 100644 --- a/sys-devel/automake/automake-1.16.5.ebuild +++ b/sys-devel/automake/automake-1.16.5.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 ~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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" else MY_PV="$(ver_cut 1).$(($(ver_cut 2)-1))b" MY_P="${PN}-${MY_PV}" |