diff options
author | 2005-05-27 22:11:58 +0000 | |
---|---|---|
committer | 2005-05-27 22:11:58 +0000 | |
commit | 38cdb2e389281e68f66abb2ef104d40dc870874b (patch) | |
tree | f2ba3fa82e96f77b9ea5d768a29813bf4e6df558 /dev-perl/yaml/yaml-0.39.ebuild | |
parent | Add support for USE=doc to pull in the manual #94029 by Laurence Withers. (diff) | |
download | historical-38cdb2e389281e68f66abb2ef104d40dc870874b.tar.gz historical-38cdb2e389281e68f66abb2ef104d40dc870874b.tar.bz2 historical-38cdb2e389281e68f66abb2ef104d40dc870874b.zip |
-m Fixing dep for yaml-0.39
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/yaml/yaml-0.39.ebuild')
-rw-r--r-- | dev-perl/yaml/yaml-0.39.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-perl/yaml/yaml-0.39.ebuild b/dev-perl/yaml/yaml-0.39.ebuild index b4256f8c6c4e..b9a9f08adee2 100644 --- a/dev-perl/yaml/yaml-0.39.ebuild +++ b/dev-perl/yaml/yaml-0.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.39.ebuild,v 1.1 2005/05/14 16:53:23 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.39.ebuild,v 1.2 2005/05/27 22:11:58 mcummings Exp $ inherit perl-module @@ -15,6 +15,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" +DEPEND=">=perl-core/Test-Simple-0.54" + SRC_TEST="do" src_compile() { |