diff options
author | 2010-06-15 05:17:47 +0000 | |
---|---|---|
committer | 2010-06-15 05:17:47 +0000 | |
commit | 263814ae427f9be27447f9646cebdcf3c87a72ed (patch) | |
tree | f845daa13cb363fde801040b183726c81a271a9e /perl-core/Attribute-Handlers | |
parent | Cleanup old versions, fix init script (thanks to Pavel). (diff) | |
download | historical-263814ae427f9be27447f9646cebdcf3c87a72ed.tar.gz historical-263814ae427f9be27447f9646cebdcf3c87a72ed.tar.bz2 historical-263814ae427f9be27447f9646cebdcf3c87a72ed.zip |
Stable on amd64 and x86 (#323529)
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'perl-core/Attribute-Handlers')
-rw-r--r-- | perl-core/Attribute-Handlers/Attribute-Handlers-0.88.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.88.ebuild b/perl-core/Attribute-Handlers/Attribute-Handlers-0.88.ebuild index 724a27dc7983..ba6584e3680c 100644 --- a/perl-core/Attribute-Handlers/Attribute-Handlers-0.88.ebuild +++ b/perl-core/Attribute-Handlers/Attribute-Handlers-0.88.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.88.ebuild,v 1.1 2010/04/07 08:02:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/Attribute-Handlers-0.88.ebuild,v 1.2 2010/06/15 05:13:07 tove Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Simpler definition of attribute handlers" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="" SRC_TEST=do diff --git a/perl-core/Attribute-Handlers/ChangeLog b/perl-core/Attribute-Handlers/ChangeLog index 9877c5416767..6624b17214c3 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/ChangeLog,v 1.6 2010/04/07 08:02:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/ChangeLog,v 1.7 2010/06/15 05:13:07 tove Exp $ + + 15 Jun 2010; Torsten Veller <tove@gentoo.org> + Attribute-Handlers-0.88.ebuild: + Stable on amd64 and x86 (#323529) *Attribute-Handlers-0.88 (07 Apr 2010) |