diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-20 20:54:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-20 20:54:29 +0000 |
commit | 756664a1d9213ee2ba32d7bebe4cfa7aca63b29d (patch) | |
tree | e60d26aec192c25ca84d36aa001eaf0761a20ac2 /perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-756664a1d9213ee2ba32d7bebe4cfa7aca63b29d.tar.gz gentoo-2-756664a1d9213ee2ba32d7bebe4cfa7aca63b29d.tar.bz2 gentoo-2-756664a1d9213ee2ba32d7bebe4cfa7aca63b29d.zip |
Add arm64 love.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild')
-rw-r--r-- | perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild b/perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild index 7ef3e39cd72e..ce771f80cab7 100644 --- a/perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild +++ b/perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild,v 1.11 2014/01/17 06:06:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-4.600.0.ebuild,v 1.12 2014/01/20 20:54:29 vapier Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="automatically give your module the ability to have plugins" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND="virtual/perl-File-Spec" |