diff options
author | Johannes Huber <johu@gentoo.org> | 2012-05-22 08:57:49 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-05-22 08:57:49 +0000 |
commit | 20b74cb32568fe77c74e236084d7be7af18bbc59 (patch) | |
tree | 4a6189a10c9e881e2013ad543baca3c12a6e1dcd /dev-perl/Perl-Critic | |
parent | Keyword mips (diff) | |
download | gentoo-2-20b74cb32568fe77c74e236084d7be7af18bbc59.tar.gz gentoo-2-20b74cb32568fe77c74e236084d7be7af18bbc59.tar.bz2 gentoo-2-20b74cb32568fe77c74e236084d7be7af18bbc59.zip |
Stable for x86, wrt bug #412963
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Perl-Critic')
-rw-r--r-- | dev-perl/Perl-Critic/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Perl-Critic/Perl-Critic-1.117.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Perl-Critic/ChangeLog b/dev-perl/Perl-Critic/ChangeLog index b9d8e77b261b..c2d4c9cc6142 100644 --- a/dev-perl/Perl-Critic/ChangeLog +++ b/dev-perl/Perl-Critic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Perl-Critic # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perl-Critic/ChangeLog,v 1.83 2012/04/26 19:26:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perl-Critic/ChangeLog,v 1.84 2012/05/22 08:57:49 johu Exp $ + + 22 May 2012; Johannes Huber <johu@gentoo.org> Perl-Critic-1.117.0.ebuild: + Stable for x86, wrt bug #412963 26 Apr 2012; Agostino Sarubbo <ago@gentoo.org> Perl-Critic-1.117.0.ebuild: Stable for amd64, wrt bug #412963 diff --git a/dev-perl/Perl-Critic/Perl-Critic-1.117.0.ebuild b/dev-perl/Perl-Critic/Perl-Critic-1.117.0.ebuild index 933237929076..469d00f5d9de 100644 --- a/dev-perl/Perl-Critic/Perl-Critic-1.117.0.ebuild +++ b/dev-perl/Perl-Critic/Perl-Critic-1.117.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perl-Critic/Perl-Critic-1.117.0.ebuild,v 1.3 2012/04/26 19:26:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perl-Critic/Perl-Critic-1.117.0.ebuild,v 1.4 2012/05/22 08:57:49 johu Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Critique Perl source code for best-practices" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="test" RDEPEND=">=virtual/perl-Module-Pluggable-3.1 |