diff options
author | Markus Meier <maekke@gentoo.org> | 2012-02-29 21:02:12 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-02-29 21:02:12 +0000 |
commit | bf48f0231c21fa41ffea8e43cf1d1aee121cc104 (patch) | |
tree | df11e32d90defb3be882ad99a8d38fc2fa3076d2 /dev-perl/Sub-Uplevel | |
parent | arm stable, bug #400091 (diff) | |
download | gentoo-2-bf48f0231c21fa41ffea8e43cf1d1aee121cc104.tar.gz gentoo-2-bf48f0231c21fa41ffea8e43cf1d1aee121cc104.tar.bz2 gentoo-2-bf48f0231c21fa41ffea8e43cf1d1aee121cc104.zip |
arm stable, bug #400223
(Portage version: 2.1.10.49/cvs/Linux i686)
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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Sub-Uplevel/ChangeLog b/dev-perl/Sub-Uplevel/ChangeLog index 92803843cede..0ce21b6afd38 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.72 2012/02/27 16:53:03 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Uplevel/ChangeLog,v 1.73 2012/02/29 21:02:12 maekke Exp $ + + 29 Feb 2012; Markus Meier <maekke@gentoo.org> Sub-Uplevel-0.220.0.ebuild: + arm stable, bug #400223 27 Feb 2012; Brent Baude <ranger@gentoo.org> Sub-Uplevel-0.220.0.ebuild: Marking Sub-Uplevel-0.220.0 ppc for bug 400223 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 635c797101c2..8aa8c36a905a 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-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.5 2012/02/27 16:53:03 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Uplevel/Sub-Uplevel-0.220.0.ebuild,v 1.6 2012/02/29 21:02:12 maekke 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="" |