diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-22 16:17:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-22 16:17:39 +0000 |
commit | 3f84e3f32b50924d1df29899d484cee7f3daf796 (patch) | |
tree | f474e316766de0df5bcdc1e1f08a395644a1730c /dev-perl | |
parent | Stable for amd64, wrt bug #462316 (diff) | |
download | gentoo-2-3f84e3f32b50924d1df29899d484cee7f3daf796.tar.gz gentoo-2-3f84e3f32b50924d1df29899d484cee7f3daf796.tar.bz2 gentoo-2-3f84e3f32b50924d1df29899d484cee7f3daf796.zip |
Stable for amd64, wrt bug #462316
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/UNIVERSAL-isa/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/UNIVERSAL-isa/ChangeLog b/dev-perl/UNIVERSAL-isa/ChangeLog index b06fb4644185..4bc215d06e34 100644 --- a/dev-perl/UNIVERSAL-isa/ChangeLog +++ b/dev-perl/UNIVERSAL-isa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/UNIVERSAL-isa -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog,v 1.10 2012/12/22 17:25:43 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/ChangeLog,v 1.11 2013/03/22 16:17:39 ago Exp $ + + 22 Mar 2013; Agostino Sarubbo <ago@gentoo.org> + UNIVERSAL-isa-1.201.207.260.ebuild: + Stable for amd64, wrt bug #462316 22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> UNIVERSAL-isa-1.201.207.260.ebuild: diff --git a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260.ebuild b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260.ebuild index 1fcb41886f59..b944142e3a78 100644 --- a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260.ebuild +++ b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260.ebuild,v 1.3 2012/12/22 17:25:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260.ebuild,v 1.4 2013/03/22 16:17:39 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Attempt to recover from people calling UNIVERSAL::isa as a function" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix" +KEYWORDS="amd64 ~ppc ~x86 ~ppc-aix" IUSE="" RDEPEND="virtual/perl-Scalar-List-Utils" |