diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-01-29 03:52:17 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-01-29 07:10:18 +1300 |
commit | c3dbcc6f9d8d9a8928162144eb3701a198a05ec5 (patch) | |
tree | 337f15feb751084c515b3d3134825c95af7743bf /dev-perl/Module-Install | |
parent | dev-perl/Class-Load: Drop ~arm64 (diff) | |
download | gentoo-c3dbcc6f9d8d9a8928162144eb3701a198a05ec5.tar.gz gentoo-c3dbcc6f9d8d9a8928162144eb3701a198a05ec5.tar.bz2 gentoo-c3dbcc6f9d8d9a8928162144eb3701a198a05ec5.zip |
dev-perl/Module-Install: Remove unneeded ~arm64 keywords
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-perl/Module-Install')
-rw-r--r-- | dev-perl/Module-Install/Module-Install-1.160.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Module-Install/Module-Install-1.160.0.ebuild b/dev-perl/Module-Install/Module-Install-1.160.0.ebuild index 603ff1f06a63..77aa60abdffc 100644 --- a/dev-perl/Module-Install/Module-Install-1.160.0.ebuild +++ b/dev-perl/Module-Install/Module-Install-1.160.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Standalone, extensible Perl module installer" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND=" |