diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-03-24 13:02:34 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-03-24 13:02:34 +0000 |
commit | b96f0b4c2975c82e96a0e760c4ca56c4be845116 (patch) | |
tree | 22cd8dbb2f6a165426f1f50078b5a00b7021d447 /perl-core/Attribute-Handlers | |
parent | Add Prefix keywords, bug #403413 (diff) | |
download | gentoo-2-b96f0b4c2975c82e96a0e760c4ca56c4be845116.tar.gz gentoo-2-b96f0b4c2975c82e96a0e760c4ca56c4be845116.tar.bz2 gentoo-2-b96f0b4c2975c82e96a0e760c4ca56c4be845116.zip |
Add Prefix keywords, bug #403413
(Portage version: 2.2.01.20271-prefix/cvs/Darwin i386)
Diffstat (limited to 'perl-core/Attribute-Handlers')
-rw-r--r-- | perl-core/Attribute-Handlers/Attribute-Handlers-0.930.0.ebuild | 6 | ||||
-rw-r--r-- | perl-core/Attribute-Handlers/ChangeLog | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/perl-core/Attribute-Handlers/Attribute-Handlers-0.930.0.ebuild b/perl-core/Attribute-Handlers/Attribute-Handlers-0.930.0.ebuild index 2c21f5432713..4132b240fcce 100644 --- a/perl-core/Attribute-Handlers/Attribute-Handlers-0.930.0.ebuild +++ b/perl-core/Attribute-Handlers/Attribute-Handlers-0.930.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.930.0.ebuild,v 1.1 2011/12/19 19:21:51 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/Attribute-Handlers-0.930.0.ebuild,v 1.2 2012/03/24 13:02:34 grobian 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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" SRC_TEST=do diff --git a/perl-core/Attribute-Handlers/ChangeLog b/perl-core/Attribute-Handlers/ChangeLog index a436d654d490..119359ff935a 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/ChangeLog,v 1.25 2012/03/07 22:07:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/ChangeLog,v 1.26 2012/03/24 13:02:34 grobian Exp $ + + 24 Mar 2012; Fabian Groffen <grobian@gentoo.org> + Attribute-Handlers-0.930.0.ebuild: + Add Prefix keywords, bug #403413 07 Mar 2012; Brent Baude <ranger@gentoo.org> Attribute-Handlers-0.910.0.ebuild: |