diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-01-09 19:55:11 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-01-09 19:55:11 +0000 |
commit | 9230e2e8980d43fae6088231aa8a33c43f23e74a (patch) | |
tree | 720308976be71cba27e78577fc534a4f463cc793 /dev-perl/Exception-Class | |
parent | Marked ~hppa too. (diff) | |
download | gentoo-2-9230e2e8980d43fae6088231aa8a33c43f23e74a.tar.gz gentoo-2-9230e2e8980d43fae6088231aa8a33c43f23e74a.tar.bz2 gentoo-2-9230e2e8980d43fae6088231aa8a33c43f23e74a.zip |
Transfer Prefix keywords
(Portage version: 2.2.00.15184-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-perl/Exception-Class')
-rw-r--r-- | dev-perl/Exception-Class/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.29.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog index 94d832bda7b5..4cf81896354e 100644 --- a/dev-perl/Exception-Class/ChangeLog +++ b/dev-perl/Exception-Class/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Exception-Class -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.52 2009/06/03 16:16:22 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.53 2010/01/09 19:55:11 grobian Exp $ + + 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> + Exception-Class-1.29.ebuild: + Transfer Prefix keywords 03 Jun 2009; Torsten Veller <tove@gentoo.org> -Exception-Class-1.26.ebuild: diff --git a/dev-perl/Exception-Class/Exception-Class-1.29.ebuild b/dev-perl/Exception-Class/Exception-Class-1.29.ebuild index a04b5865e0e6..16e52a476172 100644 --- a/dev-perl/Exception-Class/Exception-Class-1.29.ebuild +++ b/dev-perl/Exception-Class/Exception-Class-1.29.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.29.ebuild,v 1.1 2009/05/08 19:53:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.29.ebuild,v 1.2 2010/01/09 19:55:11 grobian Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="A module that allows you to declare real exception classes in Perl" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02 |