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
commit55c3eb566f5ee4cca3f10af7de3f53d6f5e511f7 (patch)
tree6a698920b2ca9eb832be6b032593726c2c24c004
parentrelease the hounds (diff)
downloadgentoo-2-55c3eb566f5ee4cca3f10af7de3f53d6f5e511f7.tar.gz
gentoo-2-55c3eb566f5ee4cca3f10af7de3f53d6f5e511f7.tar.bz2
gentoo-2-55c3eb566f5ee4cca3f10af7de3f53d6f5e511f7.zip
fix bug #40409, RDEPEND not carried thru properly!
-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 )