diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-02-07 11:38:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-02-07 11:38:13 +0000 |
commit | 269058f336ff3da85d6637143bdd97814d5a7e73 (patch) | |
tree | 2e5deacefbf31e8bfa8fe01d35f98f454c9ca06d /dev-perl/List-AllUtils | |
parent | Stable for HPPA (bug #529342). (diff) | |
download | gentoo-2-269058f336ff3da85d6637143bdd97814d5a7e73.tar.gz gentoo-2-269058f336ff3da85d6637143bdd97814d5a7e73.tar.bz2 gentoo-2-269058f336ff3da85d6637143bdd97814d5a7e73.zip |
Stable for HPPA (bug #529342).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-perl/List-AllUtils')
-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 157dd8606b02..11ad964c31da 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.20 2015/01/30 11:40:00 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.21 2015/02/07 11:38:13 jer Exp $ + + 07 Feb 2015; Jeroen Roovers <jer@gentoo.org> List-AllUtils-0.90.0.ebuild: + Stable for HPPA (bug #529342). 30 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> List-AllUtils-0.90.0.ebuild: Add more prefix keywords 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 b6f6e9ad41a9..cac9bb5b00f3 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.15 2015/01/30 11:40:00 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 1.16 2015/02/07 11:38:13 jer 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 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND=">=dev-perl/List-MoreUtils-0.280.0 |