diff options
-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 f5e430557558..f85ae4485f56 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.6 2014/10/10 18:20:13 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.7 2014/12/02 09:07:06 jer Exp $ + + 02 Dec 2014; Jeroen Roovers <jer@gentoo.org> List-AllUtils-0.90.0.ebuild: + Marked ~hppa (bug #531172). *List-AllUtils-0.90.0 (10 Oct 2014) 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 f81ab647ed10..892830f38adb 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-2014 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.1 2014/10/10 18:20:13 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 1.2 2014/12/02 09:07:06 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="~amd64 ~x86" +KEYWORDS="~amd64 ~hppa ~x86" IUSE="test" RDEPEND=">=dev-perl/List-MoreUtils-0.280.0 |