diff options
author | 2023-04-22 13:01:29 +0100 | |
---|---|---|
committer | 2023-04-22 13:01:29 +0100 | |
commit | a1acf5a90b8b7f0bc899baa950898b10aee1e50b (patch) | |
tree | e0bebccf10997ad131976a41447e2e60fe3c49b3 /dev-perl/SGMLSpm | |
parent | dev-perl/Pod-Parser: keyword ~arm64-macos (diff) | |
download | gentoo-a1acf5a90b8b7f0bc899baa950898b10aee1e50b.tar.gz gentoo-a1acf5a90b8b7f0bc899baa950898b10aee1e50b.tar.bz2 gentoo-a1acf5a90b8b7f0bc899baa950898b10aee1e50b.zip |
dev-perl/SGMLSpm: keyword ~arm64-macos
Bug: https://bugs.gentoo.org/904474
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/SGMLSpm')
-rw-r--r-- | dev-perl/SGMLSpm/SGMLSpm-1.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.1-r2.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.1-r2.ebuild index a28f44938ec7..81af2933afa0 100644 --- a/dev-perl/SGMLSpm/SGMLSpm-1.1-r2.ebuild +++ b/dev-perl/SGMLSpm/SGMLSpm-1.1-r2.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 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Perl library for parsing the output of nsgmls" LICENSE="GPL-2+" 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" BDEPEND="dev-perl/Module-Build" |