diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 21:47:07 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:44 +0100 |
commit | c89c1ed09fc251e64ce775d868bee93c9d607569 (patch) | |
tree | 163d0b0c3df049cef13fad91738446242e820350 /dev-perl/Moo | |
parent | dev-perl/Module-ScanDeps: drop x86-macos (diff) | |
download | gentoo-c89c1ed09fc251e64ce775d868bee93c9d607569.tar.gz gentoo-c89c1ed09fc251e64ce775d868bee93c9d607569.tar.bz2 gentoo-c89c1ed09fc251e64ce775d868bee93c9d607569.zip |
dev-perl/Moo: 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/Moo')
-rw-r--r-- | dev-perl/Moo/Moo-2.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Moo/Moo-2.3.3.ebuild b/dev-perl/Moo/Moo-2.3.3.ebuild index 310d4fdae291..e4007258ab7e 100644 --- a/dev-perl/Moo/Moo-2.3.3.ebuild +++ b/dev-perl/Moo/Moo-2.3.3.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=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |