diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-03 20:31:36 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-03 20:31:36 +0000 |
commit | e46402553bd27739e74294d6e24f71a1d5d20438 (patch) | |
tree | 945b1cef70ba0caa0f60245290b075de222f4510 /dev-perl/Apache-Test/Apache-Test-1.23.ebuild | |
parent | Fixed RDEPEND wrt bug #134781; fixed DEPEND (diff) | |
download | historical-e46402553bd27739e74294d6e24f71a1d5d20438.tar.gz historical-e46402553bd27739e74294d6e24f71a1d5d20438.tar.bz2 historical-e46402553bd27739e74294d6e24f71a1d5d20438.zip |
Fixed RDEPEND wrt bug #134781; fixed header
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'dev-perl/Apache-Test/Apache-Test-1.23.ebuild')
-rw-r--r-- | dev-perl/Apache-Test/Apache-Test-1.23.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.23.ebuild b/dev-perl/Apache-Test/Apache-Test-1.23.ebuild index b1c4f4956f70..0943d2385929 100644 --- a/dev-perl/Apache-Test/Apache-Test-1.23.ebuild +++ b/dev-perl/Apache-Test/Apache-Test-1.23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.23.ebuild,v 1.7 2005/09/19 21:59:25 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.23.ebuild,v 1.8 2006/07/03 20:12:32 ian Exp $ inherit perl-module @@ -13,6 +13,7 @@ LICENSE="Artistic" KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" SRC_TEST="skip" DEPEND="net-www/apache" +RDEPEND="${DEPEND}" src_install() { # This is to avoid conflicts with a deprecated Apache::Test stepping |