diff options
author | 2021-01-06 21:13:59 +0100 | |
---|---|---|
committer | 2021-01-06 22:53:23 +0100 | |
commit | 3f8e8eac3a91bc6200171be793fee7909930dfdd (patch) | |
tree | c8142d07773983520621561292a0a19c0f7cfd6e /dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild | |
parent | dev-perl/Exception-Class: drop x86-macos (diff) | |
download | gentoo-3f8e8eac3a91bc6200171be793fee7909930dfdd.tar.gz gentoo-3f8e8eac3a91bc6200171be793fee7909930dfdd.tar.bz2 gentoo-3f8e8eac3a91bc6200171be793fee7909930dfdd.zip |
dev-perl/Exporter-Tiny: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild')
-rw-r--r-- | dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild index a66e11f1d43a..9e12ef6f014c 100644 --- a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild +++ b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="An exporter with the features of Sub::Exporter but only core dependencies" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |