diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-12-14 14:44:40 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-12-14 14:44:40 +0000 |
commit | ff0d5e1369028e180f1340823b986475ddb9c3be (patch) | |
tree | 37b8f89d9416f6ffc592ba8da2b555040a9f574f /dev-perl | |
parent | Add ~alpha keyword wrt bug #531172 (diff) | |
download | gentoo-2-ff0d5e1369028e180f1340823b986475ddb9c3be.tar.gz gentoo-2-ff0d5e1369028e180f1340823b986475ddb9c3be.tar.bz2 gentoo-2-ff0d5e1369028e180f1340823b986475ddb9c3be.zip |
Add ~alpha keyword wrt bug #531172
(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 f85ae4485f56..55ffbc10da60 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.7 2014/12/02 09:07:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.8 2014/12/14 14:44:40 zlogene Exp $ + + 14 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> List-AllUtils-0.90.0.ebuild: + Add ~alpha keyword wrt bug #531172 02 Dec 2014; Jeroen Roovers <jer@gentoo.org> List-AllUtils-0.90.0.ebuild: Marked ~hppa (bug #531172). 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 892830f38adb..35e796923426 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.2 2014/12/02 09:07:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 1.3 2014/12/14 14:44:40 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="~amd64 ~hppa ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~x86" IUSE="test" RDEPEND=">=dev-perl/List-MoreUtils-0.280.0 |