diff options
author | 2004-06-28 00:08:18 +0000 | |
---|---|---|
committer | 2004-06-28 00:08:18 +0000 | |
commit | d3bcb3795758e5418431059d1459596aec961c11 (patch) | |
tree | 7deb85f5eef9f02edff96aa3149e4a4a7e01ac6b | |
parent | fix bugs 55150, 52165, 52912. (diff) | |
download | gentoo-2-d3bcb3795758e5418431059d1459596aec961c11.tar.gz gentoo-2-d3bcb3795758e5418431059d1459596aec961c11.tar.bz2 gentoo-2-d3bcb3795758e5418431059d1459596aec961c11.zip |
fix depend
-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 d92adaba96dc..cb257a3bb130 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.37 2004/06/28 00:06:09 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.38 2004/06/28 00:08:18 robbat2 Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic @@ -86,7 +86,7 @@ RDEPEND="${RDEPEND} >=media-libs/libpng-1.2.5 ) gd? ( >=media-libs/jpeg-6b >=media-libs/libpng-1.2.5 ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) - !alpha? ( !amd64 ( java? ( =virtual/jdk-1.4* dev-java/java-config ) ) + !alpha? ( !amd64 ( java? ( =virtual/jdk-1.4* dev-java/java-config ) ) ) jpeg? ( >=media-libs/jpeg-6b ) ldap? ( >=net-nds/openldap-1.2.11 ) mysql? ( >=dev-db/mysql-3.23.26 ) |