diff options
author | Michael Weber <xmw@gentoo.org> | 2017-02-24 08:38:57 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-02-24 08:46:23 +0100 |
commit | d638899d03a0a4eb12d83febbd30ac2cfc47579f (patch) | |
tree | 98d3b2c03221547a6e0fc66e955657f5fb483b85 /dev-perl/Moo | |
parent | dev-perl/Devel-CheckBin: add ~ppc keyword (bug 602252) (diff) | |
download | gentoo-d638899d03a0a4eb12d83febbd30ac2cfc47579f.tar.gz gentoo-d638899d03a0a4eb12d83febbd30ac2cfc47579f.tar.bz2 gentoo-d638899d03a0a4eb12d83febbd30ac2cfc47579f.zip |
dev-perl/Moo: add ~ppc keyword (bug 602252)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'dev-perl/Moo')
-rw-r--r-- | dev-perl/Moo/Moo-2.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Moo/Moo-2.3.0.ebuild b/dev-perl/Moo/Moo-2.3.0.ebuild index 3408422aa228..7748ac656f6a 100644 --- a/dev-perl/Moo/Moo-2.3.0.ebuild +++ b/dev-perl/Moo/Moo-2.3.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" IUSE="test" # needs Scalar::Util |