summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-07-23 21:04:47 +1200
committerKent Fredric <kentnl@gentoo.org>2020-07-23 21:16:15 +1200
commit2e822f512bce886c0c02a8d36d92095fd7b7ccd6 (patch)
tree7ae2052f2251fb99da27c2800609f1a3ed4aa5d8 /dev-perl/Module-Install
parentdev-perl/Test-WWW-Mechanize: Drop macos prefixes re bug #690140 (diff)
downloadgentoo-2e822f512bce886c0c02a8d36d92095fd7b7ccd6.tar.gz
gentoo-2e822f512bce886c0c02a8d36d92095fd7b7ccd6.tar.bz2
gentoo-2e822f512bce886c0c02a8d36d92095fd7b7ccd6.zip
dev-perl/Module-Install: Drop macos prefixes re bug #690140
Depends: - dev-perl/libwww-perl - dev-perl/LWP-Protocol-https - dev-perl/IO-Socket-SSL Bug: https://bugs.gentoo.org/690140 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Module-Install')
-rw-r--r--dev-perl/Module-Install/Module-Install-1.180.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Module-Install/Module-Install-1.180.0.ebuild b/dev-perl/Module-Install/Module-Install-1.180.0.ebuild
index a433ed0883fe..a7767fa4a60e 100644
--- a/dev-perl/Module-Install/Module-Install-1.180.0.ebuild
+++ b/dev-perl/Module-Install/Module-Install-1.180.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Standalone, extensible Perl module installer"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux"
IUSE="test"
RESTRICT="!test? ( test )"