diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-22 17:24:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-22 17:24:39 +0000 |
commit | ac5a9dfe3a7010c57746185b05a30f20d4ecf7b2 (patch) | |
tree | 5d30243cb1fc6590582f23da176c11a2c06f748c /dev-perl/UNIVERSAL-can | |
parent | Stable for ppc, wrt bug #462316 (diff) | |
download | gentoo-2-ac5a9dfe3a7010c57746185b05a30f20d4ecf7b2.tar.gz gentoo-2-ac5a9dfe3a7010c57746185b05a30f20d4ecf7b2.tar.bz2 gentoo-2-ac5a9dfe3a7010c57746185b05a30f20d4ecf7b2.zip |
Stable for ppc, wrt bug #462316
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-perl/UNIVERSAL-can')
-rw-r--r-- | dev-perl/UNIVERSAL-can/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/UNIVERSAL-can/ChangeLog b/dev-perl/UNIVERSAL-can/ChangeLog index 911b1ae5c7e7..862f964cf4e9 100644 --- a/dev-perl/UNIVERSAL-can/ChangeLog +++ b/dev-perl/UNIVERSAL-can/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/UNIVERSAL-can # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.15 2013/03/22 16:20:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.16 2013/03/22 17:24:39 ago Exp $ + + 22 Mar 2013; Agostino Sarubbo <ago@gentoo.org> + UNIVERSAL-can-1.201.207.260.ebuild: + Stable for ppc, wrt bug #462316 22 Mar 2013; Agostino Sarubbo <ago@gentoo.org> UNIVERSAL-can-1.201.207.260.ebuild: diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild index f458eb8bce54..df7abc1b1906 100644 --- a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild +++ b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild,v 1.5 2013/03/22 16:20:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild,v 1.6 2013/03/22 17:24:39 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~ppc-aix" +KEYWORDS="amd64 ppc x86 ~ppc-aix" IUSE="test" RDEPEND="virtual/perl-Scalar-List-Utils" |