summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-02-05 01:48:11 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-02-05 01:48:11 +0000
commitd46a0ca5575ca85351bbcc3755a46f36f5669777 (patch)
treee52ddd537eca116de401d96f9ca5fed8f8fde9b4 /eclass/php-sapi.eclass
parentrelease the hounds (diff)
downloadhistorical-d46a0ca5575ca85351bbcc3755a46f36f5669777.tar.gz
historical-d46a0ca5575ca85351bbcc3755a46f36f5669777.tar.bz2
historical-d46a0ca5575ca85351bbcc3755a46f36f5669777.zip
fix bug #40409, RDEPEND not carried thru properly!
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r--eclass/php-sapi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass
index 026607232062..269739810121 100644
--- a/eclass/php-sapi.eclass
+++ b/eclass/php-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.5 2004/01/28 23:04:23 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.6 2004/02/05 01:48:11 robbat2 Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
inherit eutils flag-o-matic
@@ -49,7 +49,7 @@ RDEPEND="${RDEPEND} berkdb? ( =sys-libs/db-1.*
# Everything is in this list is dynamically linked agaist or needed at runtime
# in some other way
-RDEPEND="
+RDEPEND="${RDEPEND}
>=sys-libs/cracklib-2.7-r7
app-arch/bzip2
X? ( virtual/x11 )