diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-06-08 15:01:59 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-06-08 15:01:59 +0000 |
commit | 54a7b87fd702453ab5ce11d1aeffaea7178ca00a (patch) | |
tree | d2c5cf1f0ee0e167b71dce4c2fbe5b6ed5ed858d /dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild | |
parent | Moving files out of portage-tree (diff) | |
download | historical-54a7b87fd702453ab5ce11d1aeffaea7178ca00a.tar.gz historical-54a7b87fd702453ab5ce11d1aeffaea7178ca00a.tar.bz2 historical-54a7b87fd702453ab5ce11d1aeffaea7178ca00a.zip |
Updated Deps
Diffstat (limited to 'dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild')
-rw-r--r-- | dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild b/dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild index 405411b2ebdb..932186506448 100644 --- a/dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild +++ b/dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild,v 1.1 2003/06/08 02:49:14 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild,v 1.2 2003/06/08 15:01:55 mcummings Exp $ inherit perl-module @@ -14,7 +14,8 @@ SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 ~ppc ~sparc ~alpha" -newdepend "dev-perl/Test-Simple" +DEPEND="dev-perl/Test-Simple + dev-perl/Test-Harness" src_compile() { perl-module_src_compile |