diff options
Diffstat (limited to 'perl-core/Test/Test-1.25.ebuild')
-rw-r--r-- | perl-core/Test/Test-1.25.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-core/Test/Test-1.25.ebuild b/perl-core/Test/Test-1.25.ebuild index b938366ef035..2524300f942c 100644 --- a/perl-core/Test/Test-1.25.ebuild +++ b/perl-core/Test/Test-1.25.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/perl-core/Test/Test-1.25.ebuild,v 1.9 2009/12/16 21:57:48 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.25.ebuild,v 1.10 2010/01/21 09:33:03 tove Exp $ MODULE_AUTHOR=SBURKE inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="Utilities for writing test scripts" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" DEPEND="dev-lang/perl" |