diff options
author | Sam James <sam@gentoo.org> | 2023-04-22 13:01:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-22 13:01:48 +0100 |
commit | 3e2387c6af36d6a2304e8a73caa1369ab03574ee (patch) | |
tree | bc6585e58c134b6a2b9d8cfdea99d7c8403cd6a3 /dev-perl | |
parent | dev-perl/XS-Parse-Keyword: keyword ~arm64-macos (diff) | |
download | gentoo-3e2387c6af36d6a2304e8a73caa1369ab03574ee.tar.gz gentoo-3e2387c6af36d6a2304e8a73caa1369ab03574ee.tar.bz2 gentoo-3e2387c6af36d6a2304e8a73caa1369ab03574ee.zip |
dev-perl/YAML-Tiny: keyword ~arm64-macos
Bug: https://bugs.gentoo.org/904474
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/YAML-Tiny/YAML-Tiny-1.730.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0-r1.ebuild b/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0-r1.ebuild index a4c71fe9d2d9..ef1868f48036 100644 --- a/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0-r1.ebuild +++ b/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0-r1.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=8 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Read/Write YAML files with as little code as possible" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~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 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="minimal" RDEPEND=" |