diff options
author | Torsten Veller <tove@gentoo.org> | 2009-11-25 12:34:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-11-25 12:34:18 +0000 |
commit | e11c963dd2b81b76701a172bdec01b919577aad2 (patch) | |
tree | af67f56ba1ca62b83d07544063f25b9e1acd0fef /dev-perl/File-Which/File-Which-1.09.ebuild | |
parent | Fix pax usage, see bug #258051 (diff) | |
download | gentoo-2-e11c963dd2b81b76701a172bdec01b919577aad2.tar.gz gentoo-2-e11c963dd2b81b76701a172bdec01b919577aad2.tar.bz2 gentoo-2-e11c963dd2b81b76701a172bdec01b919577aad2.zip |
Tests need a newer Test-Script (#294583). Cleanup
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Which/File-Which-1.09.ebuild')
-rw-r--r-- | dev-perl/File-Which/File-Which-1.09.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/File-Which/File-Which-1.09.ebuild b/dev-perl/File-Which/File-Which-1.09.ebuild index b6950110153a..2a879cb3422a 100644 --- a/dev-perl/File-Which/File-Which-1.09.ebuild +++ b/dev-perl/File-Which/File-Which-1.09.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/dev-perl/File-Which/File-Which-1.09.ebuild,v 1.1 2009/11/10 10:17:13 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/File-Which-1.09.ebuild,v 1.2 2009/11/25 12:34:18 tove Exp $ EAPI=2 @@ -14,7 +14,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="test" RDEPEND="" -DEPEND="test? ( dev-perl/Test-Script )" +DEPEND="test? ( >=dev-perl/Test-Script-1.06 )" SRC_TEST="do" -mydoc="TODO" |