diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-01-25 11:05:29 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-01-25 11:05:29 +0000 |
commit | ace57f135daf7de4db911222e93d34cfcfd594d8 (patch) | |
tree | f2799ee3de1c6890dd19332aea6b12add4135b5f /dev-perl | |
parent | Add ~arm64 keyword (diff) | |
download | gentoo-2-ace57f135daf7de4db911222e93d34cfcfd594d8.tar.gz gentoo-2-ace57f135daf7de4db911222e93d34cfcfd594d8.tar.bz2 gentoo-2-ace57f135daf7de4db911222e93d34cfcfd594d8.zip |
Add ~ia64 keyword
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/List-AllUtils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/List-AllUtils/ChangeLog b/dev-perl/List-AllUtils/ChangeLog index 528902a65e96..cc6de600b73c 100644 --- a/dev-perl/List-AllUtils/ChangeLog +++ b/dev-perl/List-AllUtils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/List-AllUtils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.10 2015/01/25 11:03:32 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.11 2015/01/25 11:05:29 zlogene Exp $ + + 25 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> List-AllUtils-0.90.0.ebuild: + Add ~ia64 keyword 25 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> List-AllUtils-0.90.0.ebuild: Add ~arm64 keyword 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 3df02c0c70cc..048bb8d4d9d8 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.5 2015/01/25 11:03:32 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 1.6 2015/01/25 11:05:29 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 ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86 ~amd64-fbsd" IUSE="test" RDEPEND=">=dev-perl/List-MoreUtils-0.280.0 |