diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 10:36:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 10:36:17 +0000 |
commit | ea98abd09498c45fd5da4dd7ae84eaff9595a5ab (patch) | |
tree | 6cca59c0834ee9c1fc180efce13dcca02906cd50 /dev-perl/Sub-Uplevel | |
parent | Stable for amd64, wrt bug #400221 (diff) | |
download | gentoo-2-ea98abd09498c45fd5da4dd7ae84eaff9595a5ab.tar.gz gentoo-2-ea98abd09498c45fd5da4dd7ae84eaff9595a5ab.tar.bz2 gentoo-2-ea98abd09498c45fd5da4dd7ae84eaff9595a5ab.zip |
Stable for amd64, wrt bug #400223
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Sub-Uplevel')
-rw-r--r-- | dev-perl/Sub-Uplevel/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Sub-Uplevel/Sub-Uplevel-0.220.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Sub-Uplevel/ChangeLog b/dev-perl/Sub-Uplevel/ChangeLog index 267ea5b833a6..ae9415fe1270 100644 --- a/dev-perl/Sub-Uplevel/ChangeLog +++ b/dev-perl/Sub-Uplevel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Sub-Uplevel # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Uplevel/ChangeLog,v 1.68 2012/02/21 17:31:58 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Uplevel/ChangeLog,v 1.69 2012/02/24 10:36:17 ago Exp $ + + 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Sub-Uplevel-0.220.0.ebuild: + Stable for amd64, wrt bug #400223 *Sub-Uplevel-0.240.0 (21 Feb 2012) diff --git a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.220.0.ebuild b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.220.0.ebuild index 8baa6c503b5b..b439204b10ef 100644 --- a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.220.0.ebuild +++ b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.220.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Uplevel/Sub-Uplevel-0.220.0.ebuild,v 1.1 2011/08/28 18:55:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Uplevel/Sub-Uplevel-0.220.0.ebuild,v 1.2 2012/02/24 10:36:17 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Apparently run a function in a higher stack frame" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" |