diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-01-25 11:15:57 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-01-25 11:15:57 +0000 |
commit | b02cae70f1c832fdc19385763167b00a323cb358 (patch) | |
tree | 3baa7ca8d40efd0b75d077983cfaac56920e47bc /dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild | |
parent | Add ~ppc64 keyword (diff) | |
download | gentoo-2-b02cae70f1c832fdc19385763167b00a323cb358.tar.gz gentoo-2-b02cae70f1c832fdc19385763167b00a323cb358.tar.bz2 gentoo-2-b02cae70f1c832fdc19385763167b00a323cb358.zip |
Add ~ppc64 keyword
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild')
-rw-r--r-- | dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild index def02769a712..109f817840e5 100644 --- a/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild +++ b/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 1.7 2015/01/25 11:10:44 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 1.8 2015/01/25 11:15:57 zlogene Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package' SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc64 ~x86 ~amd64-fbsd" IUSE="test" RDEPEND=">=dev-perl/List-MoreUtils-0.280.0 |