diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-01-09 20:09:59 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-01-09 20:09:59 +0000 |
commit | e23c340138cccb0412479f625bc88aafa9364f42 (patch) | |
tree | 24af071b5e3bb268c6f9f32c79e2f246ad176a4d /dev-perl/Exception-Class | |
parent | alpha stable wrt #290660 (diff) | |
download | historical-e23c340138cccb0412479f625bc88aafa9364f42.tar.gz historical-e23c340138cccb0412479f625bc88aafa9364f42.tar.bz2 historical-e23c340138cccb0412479f625bc88aafa9364f42.zip |
Transfer Prefix keywords
Package-Manager: portage-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 |