diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-03-20 22:19:59 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-03-20 22:19:59 +0000 |
commit | acd1bb8372841f076bf5cb3048d7ff6d3ea68f49 (patch) | |
tree | cde2f0356e8f1c8a8189b9ef16468c631ff0c6f2 /dev-perl/Exception-Class | |
parent | Stable for HPPA (bug #408579). (diff) | |
download | historical-acd1bb8372841f076bf5cb3048d7ff6d3ea68f49.tar.gz historical-acd1bb8372841f076bf5cb3048d7ff6d3ea68f49.tar.bz2 historical-acd1bb8372841f076bf5cb3048d7ff6d3ea68f49.zip |
Stable for HPPA (bug #408579).
Package-Manager: portage-2.2.0_alpha93/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Exception-Class')
-rw-r--r-- | dev-perl/Exception-Class/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.320.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog index 3bd7fae705b5..d7b7f8999c3a 100644 --- a/dev-perl/Exception-Class/ChangeLog +++ b/dev-perl/Exception-Class/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Exception-Class # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.64 2012/02/08 19:50:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.65 2012/03/20 22:13:14 jer Exp $ + + 20 Mar 2012; Jeroen Roovers <jer@gentoo.org> Exception-Class-1.320.0.ebuild: + Stable for HPPA (bug #408579). 08 Feb 2012; Jeroen Roovers <jer@gentoo.org> Exception-Class-1.320.0.ebuild: Marked ~hppa (bug #399649). diff --git a/dev-perl/Exception-Class/Exception-Class-1.320.0.ebuild b/dev-perl/Exception-Class/Exception-Class-1.320.0.ebuild index 38457ac3d3b7..a70e8eaedf07 100644 --- a/dev-perl/Exception-Class/Exception-Class-1.320.0.ebuild +++ b/dev-perl/Exception-Class/Exception-Class-1.320.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/Exception-Class/Exception-Class-1.320.0.ebuild,v 1.3 2012/02/08 19:50:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.320.0.ebuild,v 1.4 2012/03/20 22:13:14 jer Exp $ EAPI=4 @@ -12,7 +12,7 @@ DESCRIPTION="A module that allows you to declare real exception classes in Perl" LICENSE="Artistic-2" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ppc sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02 |