diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-01-25 15:55:41 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-01-25 15:55:41 +0000 |
commit | 5de5234c959189e671bebb0c5d342e60e5db21e3 (patch) | |
tree | 7e0ed66e7417cdb06b86441b7e0b2bf723116124 /dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild | |
parent | Add ~s390 keyword (diff) | |
download | gentoo-2-5de5234c959189e671bebb0c5d342e60e5db21e3.tar.gz gentoo-2-5de5234c959189e671bebb0c5d342e60e5db21e3.tar.bz2 gentoo-2-5de5234c959189e671bebb0c5d342e60e5db21e3.zip |
Add ~s390 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 fcae8d2671c7..d1a3ddbd9ef5 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.12 2015/01/25 12:37:55 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 1.13 2015/01/25 15:55:41 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 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=">=dev-perl/List-MoreUtils-0.280.0 |