diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-02-05 01:48:11 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-02-05 01:48:11 +0000 |
commit | d46a0ca5575ca85351bbcc3755a46f36f5669777 (patch) | |
tree | e52ddd537eca116de401d96f9ca5fed8f8fde9b4 /eclass/php-sapi.eclass | |
parent | release the hounds (diff) | |
download | historical-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.eclass | 4 |
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 ) |