diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:20:16 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:20:16 +0000 |
commit | d17f00623034d912a46e2470473bb9dc2aa3b14c (patch) | |
tree | 01aac64b9782120b694d18e697cd5b9f11991c7d /dev-perl/Apache-Test/Apache-Test-1.26.ebuild | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-d17f00623034d912a46e2470473bb9dc2aa3b14c.tar.gz gentoo-2-d17f00623034d912a46e2470473bb9dc2aa3b14c.tar.bz2 gentoo-2-d17f00623034d912a46e2470473bb9dc2aa3b14c.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Apache-Test/Apache-Test-1.26.ebuild')
-rw-r--r-- | dev-perl/Apache-Test/Apache-Test-1.26.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.26.ebuild b/dev-perl/Apache-Test/Apache-Test-1.26.ebuild index 1449fb20bd38..dd61bbde4d0d 100644 --- a/dev-perl/Apache-Test/Apache-Test-1.26.ebuild +++ b/dev-perl/Apache-Test/Apache-Test-1.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.26.ebuild,v 1.7 2006/07/03 20:49:47 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.26.ebuild,v 1.8 2006/08/04 22:20:16 mcummings Exp $ inherit perl-module @@ -13,7 +13,8 @@ LICENSE="Artistic" KEYWORDS="alpha ~amd64 ia64 ~mips ~ppc ppc64 sparc ~x86" SRC_TEST="skip" DEPEND="net-www/apache - !>=www-apache/mod_perl-2" + !>=www-apache/mod_perl-2 + dev-lang/perl" RDEPEND="${DEPEND}" src_install() { @@ -24,4 +25,4 @@ src_install() { rm -f ${S}/.mypacklist fi perl-module_src_install -}
\ No newline at end of file +} |