diff options
author | Markus Meier <maekke@gentoo.org> | 2012-08-05 15:54:44 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-08-05 15:54:44 +0000 |
commit | 4f8ee07110a8c38063445a0a1913147165f8294c (patch) | |
tree | 29d3f387d29c54f9247283e769c930d8d1c40b0c /dev-perl/Sub-Uplevel | |
parent | arm stable, bug #418845 (diff) | |
download | historical-4f8ee07110a8c38063445a0a1913147165f8294c.tar.gz historical-4f8ee07110a8c38063445a0a1913147165f8294c.tar.bz2 historical-4f8ee07110a8c38063445a0a1913147165f8294c.zip |
arm stable, bug #418853
Package-Manager: portage-2.1.11.9/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.240.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 4b50d4a9c723..25ca012df50d 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.81 2012/08/04 11:31:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Uplevel/ChangeLog,v 1.82 2012/08/05 15:54:44 maekke Exp $ + + 05 Aug 2012; Markus Meier <maekke@gentoo.org> Sub-Uplevel-0.240.0.ebuild: + arm stable, bug #418853 04 Aug 2012; Jeroen Roovers <jer@gentoo.org> Sub-Uplevel-0.240.0.ebuild: Stable for HPPA (bug #418853). diff --git a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.240.0.ebuild b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.240.0.ebuild index cf23cbeeab0f..b36a09c9400a 100644 --- a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.240.0.ebuild +++ b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.240.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.240.0.ebuild,v 1.4 2012/08/04 11:31:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Uplevel/Sub-Uplevel-0.240.0.ebuild,v 1.5 2012/08/05 15:54:44 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="" SRC_TEST="do" |