diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-12-20 20:38:48 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-12-20 20:38:48 +0000 |
commit | a69e5a745ddff21b5f11bffba4bc2d35fb04e8ab (patch) | |
tree | 841fe50af62eeb6b825deb104847898728094ff3 /perl-core | |
parent | Stable for HPPA (bug #393743). (diff) | |
download | gentoo-2-a69e5a745ddff21b5f11bffba4bc2d35fb04e8ab.tar.gz gentoo-2-a69e5a745ddff21b5f11bffba4bc2d35fb04e8ab.tar.bz2 gentoo-2-a69e5a745ddff21b5f11bffba4bc2d35fb04e8ab.zip |
Stable for HPPA (bug #394039).
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Attribute-Handlers/Attribute-Handlers-0.910.0.ebuild | 4 | ||||
-rw-r--r-- | perl-core/Attribute-Handlers/ChangeLog | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Attribute-Handlers/Attribute-Handlers-0.910.0.ebuild b/perl-core/Attribute-Handlers/Attribute-Handlers-0.910.0.ebuild index c8ff9602c7ed..5fe5258b4186 100644 --- a/perl-core/Attribute-Handlers/Attribute-Handlers-0.910.0.ebuild +++ b/perl-core/Attribute-Handlers/Attribute-Handlers-0.910.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/Attribute-Handlers-0.910.0.ebuild,v 1.3 2011/12/17 18:08:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/Attribute-Handlers-0.910.0.ebuild,v 1.4 2011/12/20 20:38:48 jer Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Simpler definition of attribute handlers" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris" IUSE="" SRC_TEST=do diff --git a/perl-core/Attribute-Handlers/ChangeLog b/perl-core/Attribute-Handlers/ChangeLog index 279474053c82..8a70cd864e34 100644 --- a/perl-core/Attribute-Handlers/ChangeLog +++ b/perl-core/Attribute-Handlers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Attribute-Handlers # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/ChangeLog,v 1.19 2011/12/19 19:21:51 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/ChangeLog,v 1.20 2011/12/20 20:38:48 jer Exp $ + + 20 Dec 2011; Jeroen Roovers <jer@gentoo.org> + Attribute-Handlers-0.910.0.ebuild: + Stable for HPPA (bug #394039). *Attribute-Handlers-0.930.0 (19 Dec 2011) |