diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-03 20:12:32 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-03 20:12:32 +0000 |
commit | 08224e9fee619b64c9aa1b9c796a785fe023697b (patch) | |
tree | e0924a63d922512bcf0b38ee0e40be5ee7a77cf0 /dev-perl/Apache-Test/Apache-Test-1.22.ebuild | |
parent | Fixed RDEPEND wrt bug #134781 (diff) | |
download | gentoo-2-08224e9fee619b64c9aa1b9c796a785fe023697b.tar.gz gentoo-2-08224e9fee619b64c9aa1b9c796a785fe023697b.tar.bz2 gentoo-2-08224e9fee619b64c9aa1b9c796a785fe023697b.zip |
Fixed RDEPEND wrt bug #134781; fixed header
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/Apache-Test/Apache-Test-1.22.ebuild')
-rw-r--r-- | dev-perl/Apache-Test/Apache-Test-1.22.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.22.ebuild b/dev-perl/Apache-Test/Apache-Test-1.22.ebuild index 61984c9f98c9..356a5dc93e45 100644 --- a/dev-perl/Apache-Test/Apache-Test-1.22.ebuild +++ b/dev-perl/Apache-Test/Apache-Test-1.22.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.22.ebuild,v 1.4 2005/07/29 15:52:42 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.22.ebuild,v 1.5 2006/07/03 20:12:32 ian Exp $ inherit perl-module @@ -13,6 +13,7 @@ LICENSE="Artistic" KEYWORDS="~alpha ~amd64 ~ia64 ~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 |