diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-11-21 12:12:01 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-11-21 12:12:01 +0000 |
commit | 0658154c92591fb110067de418178748e8cb4193 (patch) | |
tree | f9a88dc3d8bd026f604ec69463ce00976025255c /dev-perl/PPI | |
parent | Keyworded on alpha, bug 520340 (diff) | |
download | gentoo-2-0658154c92591fb110067de418178748e8cb4193.tar.gz gentoo-2-0658154c92591fb110067de418178748e8cb4193.tar.bz2 gentoo-2-0658154c92591fb110067de418178748e8cb4193.zip |
Keyworded on alpha, bug 520340
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-perl/PPI')
-rw-r--r-- | dev-perl/PPI/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/PPI/PPI-1.215.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/PPI/ChangeLog b/dev-perl/PPI/ChangeLog index cf175591e90f..bcb3c8c74b9b 100644 --- a/dev-perl/PPI/ChangeLog +++ b/dev-perl/PPI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/PPI -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPI/ChangeLog,v 1.47 2013/12/25 19:26:39 zlogene Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPI/ChangeLog,v 1.48 2014/11/21 12:12:01 klausman Exp $ + + 21 Nov 2014; Tobias Klausmann <klausman@gentoo.org> PPI-1.215.0-r1.ebuild: + Keyworded on alpha, bug 520340 25 Dec 2013; Mikle Kolyada <zlogene@gentoo.org> -PPI-1.215.0.ebuild, PPI-1.215.0-r1.ebuild: diff --git a/dev-perl/PPI/PPI-1.215.0-r1.ebuild b/dev-perl/PPI/PPI-1.215.0-r1.ebuild index 09a713b36989..98e57fbe0c43 100644 --- a/dev-perl/PPI/PPI-1.215.0-r1.ebuild +++ b/dev-perl/PPI/PPI-1.215.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPI/PPI-1.215.0-r1.ebuild,v 1.2 2013/12/25 19:26:39 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPI/PPI-1.215.0-r1.ebuild,v 1.3 2014/11/21 12:12:01 klausman Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Parse, Analyze and Manipulate Perl (without perl)" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="test" RDEPEND=" |