diff options
Diffstat (limited to 'perl-core/Test/Test-1.25.ebuild')
-rw-r--r-- | perl-core/Test/Test-1.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-core/Test/Test-1.25.ebuild b/perl-core/Test/Test-1.25.ebuild index b1150734906f..b938366ef035 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 # 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.8 2009/01/30 13:22:12 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.25.ebuild,v 1.9 2009/12/16 21:57:48 abcd 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" +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" |