summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-04-16 11:14:18 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-04-16 11:14:18 +0000
commitf6de14ffb5416d0aecd746e7680fc907862b9929 (patch)
treea3e926449dd08417899929196811e3f368648c71 /dev-perl/Apache-Test
parentBug 22008 (Manifest recommit) (diff)
downloadgentoo-2-f6de14ffb5416d0aecd746e7680fc907862b9929.tar.gz
gentoo-2-f6de14ffb5416d0aecd746e7680fc907862b9929.tar.bz2
gentoo-2-f6de14ffb5416d0aecd746e7680fc907862b9929.zip
Syntax fix for newdepend, bug 29064
Diffstat (limited to 'dev-perl/Apache-Test')
-rw-r--r--dev-perl/Apache-Test/Apache-Test-1.07.ebuild4
-rw-r--r--dev-perl/Apache-Test/ChangeLog6
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.07.ebuild b/dev-perl/Apache-Test/Apache-Test-1.07.ebuild
index c42398d86b20..8b97db7a9d66 100644
--- a/dev-perl/Apache-Test/Apache-Test-1.07.ebuild
+++ b/dev-perl/Apache-Test/Apache-Test-1.07.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.07.ebuild,v 1.3 2004/02/18 13:40:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.07.ebuild,v 1.4 2004/04/16 11:14:18 mcummings Exp $
inherit perl-module
@@ -12,7 +12,7 @@ SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 ~amd64 ~ppc ~sparc alpha ia64"
SRC_TEST="skip"
-newdepend "net-www/apache"
+DEPEND="net-www/apache"
src_install() {
# This is to avoid conflicts with a deprecated Apache::Test stepping
diff --git a/dev-perl/Apache-Test/ChangeLog b/dev-perl/Apache-Test/ChangeLog
index 7daec590e896..06727eb57cb9 100644
--- a/dev-perl/Apache-Test/ChangeLog
+++ b/dev-perl/Apache-Test/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Apache-Test
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.5 2004/02/18 13:40:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.6 2004/04/16 11:14:18 mcummings Exp $
+
+ 16 Apr 2004; Michael Cummings <mcummings@gentoo.org>
+ Apache-Test-1.07.ebuild:
+ Syntax fix for newdepend, bug 29064
18 Feb 2004; Aron Griffis <agriffis@gentoo.org> Apache-Test-1.07.ebuild:
stable on alpha and ia64