diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-29 06:29:15 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-29 06:29:15 +0000 |
commit | 790314377ffe9820281e6df247405e0371c1c5f5 (patch) | |
tree | 83ecc32d5c123f2cc29858f022139af9226cbe31 /eclass/php-sapi.eclass | |
parent | Who knows why your DEPEND variable is missing? The shadow knows! Added DEPE... (diff) | |
download | gentoo-2-790314377ffe9820281e6df247405e0371c1c5f5.tar.gz gentoo-2-790314377ffe9820281e6df247405e0371c1c5f5.tar.bz2 gentoo-2-790314377ffe9820281e6df247405e0371c1c5f5.zip |
fix typo. !amd64 -> !amd64?
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 aebfbf1c387d..6a22c401c673 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.44 2004/07/16 14:38:15 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.45 2004/07/29 06:29:15 lv Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic @@ -87,7 +87,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 ) |