diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-22 16:20:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-22 16:20:32 +0000 |
commit | 3c8efa08086a6868951102e2c35a6e582757e489 (patch) | |
tree | 4bf3c6e991150cef53976bdb7dec69012a1bc4b1 /dev-perl/UNIVERSAL-can | |
parent | Stable for x86, wrt bug #462316 (diff) | |
download | gentoo-2-3c8efa08086a6868951102e2c35a6e582757e489.tar.gz gentoo-2-3c8efa08086a6868951102e2c35a6e582757e489.tar.bz2 gentoo-2-3c8efa08086a6868951102e2c35a6e582757e489.zip |
Stable for x86, wrt bug #462316
(Portage version: 2.1.11.55/cvs/Linux x86_64, 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 8cc42cf11575..911b1ae5c7e7 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.14 2013/03/22 16:17:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.15 2013/03/22 16:20:32 ago Exp $ + + 22 Mar 2013; Agostino Sarubbo <ago@gentoo.org> + UNIVERSAL-can-1.201.207.260.ebuild: + Stable for x86, 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 c09f588a51b4..f458eb8bce54 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.4 2013/03/22 16:17:48 ago Exp $ +# $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 $ 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" |