diff options
Diffstat (limited to 'dev-perl/Exception-Class/Exception-Class-1.23.ebuild')
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Exception-Class/Exception-Class-1.23.ebuild b/dev-perl/Exception-Class/Exception-Class-1.23.ebuild index 0cdb66356699..3496c695005d 100644 --- a/dev-perl/Exception-Class/Exception-Class-1.23.ebuild +++ b/dev-perl/Exception-Class/Exception-Class-1.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.23.ebuild,v 1.2 2006/02/13 12:56:06 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.23.ebuild,v 1.3 2006/03/26 15:22:22 mcummings Exp $ myconf='INSTALLDIRS=vendor' inherit perl-module @@ -11,7 +11,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Exception/${P}.readme" IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc sparc x86" SRC_TEST="do" TDEPEND="dev-perl/Test-Pod" |