summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2006-07-04 04:57:17 +0000
committerChristian Hartmann <ian@gentoo.org>2006-07-04 04:57:17 +0000
commitf82021faa5ec3eda43e598973ef4f9264c7f9e11 (patch)
tree68faf24de0a3c9672e265d04d55125549895f035 /dev-perl/Config-ApacheFormat
parentFixed RDEPEND wrt bug #134781 (diff)
downloadgentoo-2-f82021faa5ec3eda43e598973ef4f9264c7f9e11.tar.gz
gentoo-2-f82021faa5ec3eda43e598973ef4f9264c7f9e11.tar.bz2
gentoo-2-f82021faa5ec3eda43e598973ef4f9264c7f9e11.zip
Fixed RDEPEND wrt bug #134781; fixed DEPEND
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/Config-ApacheFormat')
-rw-r--r--dev-perl/Config-ApacheFormat/ChangeLog6
-rw-r--r--dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/Config-ApacheFormat/ChangeLog b/dev-perl/Config-ApacheFormat/ChangeLog
index b28a97838613..32453dcb7200 100644
--- a/dev-perl/Config-ApacheFormat/ChangeLog
+++ b/dev-perl/Config-ApacheFormat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Config-ApacheFormat
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-ApacheFormat/ChangeLog,v 1.8 2006/05/28 09:40:37 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-ApacheFormat/ChangeLog,v 1.9 2006/07/04 04:57:17 ian Exp $
+
+ 04 Jul 2006; Christian Hartmann <ian@gentoo.org>
+ Config-ApacheFormat-1.2.ebuild:
+ Fixed RDEPEND wrt bug #134781; fixed DEPEND
28 May 2006; Bryan Østergaard <kloeri@gentoo.org>
Config-ApacheFormat-1.2.ebuild:
diff --git a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild
index 120786c5df32..47510cc1c040 100644
--- a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild
+++ b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.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/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild,v 1.8 2006/05/28 09:40:37 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild,v 1.9 2006/07/04 04:57:17 ian Exp $
inherit perl-module
MY_PV=${PV/0/}
@@ -18,7 +18,7 @@ KEYWORDS="alpha ~amd64 ia64 ~ppc sparc x86"
SRC_TEST="do"
-DEPEND="${DEPEND}
- dev-perl/Class-MethodMaker
+DEPEND="dev-perl/Class-MethodMaker
perl-core/Text-Balanced
virtual/perl-File-Spec"
+RDEPEND="${DEPEND}" \ No newline at end of file