diff options
author | 2023-04-22 13:00:29 +0100 | |
---|---|---|
committer | 2023-04-22 13:00:29 +0100 | |
commit | 2bf7513a079d263c0f5d87abd679331105434c73 (patch) | |
tree | 5290206c96f5e5b1a711d5739bb9040bbf0f46c9 /dev-lang/perl/perl-5.34.1-r4.ebuild | |
parent | dev-db/sqlite: keyword ~arm64-macos (diff) | |
download | gentoo-2bf7513a079d263c0f5d87abd679331105434c73.tar.gz gentoo-2bf7513a079d263c0f5d87abd679331105434c73.tar.bz2 gentoo-2bf7513a079d263c0f5d87abd679331105434c73.zip |
dev-lang/perl: keyword ~arm64-macos
Bug: https://bugs.gentoo.org/904474
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/perl/perl-5.34.1-r4.ebuild')
-rw-r--r-- | dev-lang/perl/perl-5.34.1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/perl/perl-5.34.1-r4.ebuild b/dev-lang/perl/perl-5.34.1-r4.ebuild index 608bf4e02465..cf734d91d241 100644 --- a/dev-lang/perl/perl-5.34.1-r4.ebuild +++ b/dev-lang/perl/perl-5.34.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -58,7 +58,7 @@ LICENSE="|| ( Artistic GPL-1+ )" SLOT="0/${SUBSLOT}" if [[ "${PV##*.}" != "9999" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then -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" fi IUSE="berkdb debug doc gdbm ithreads minimal quadmath" |