summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Coie <rac@gentoo.org>2003-06-17 18:51:05 +0000
committerRobert Coie <rac@gentoo.org>2003-06-17 18:51:05 +0000
commit1f950b6d50b6106ceb12f60ef5332ad8239dfa4e (patch)
treefd7bc29ada6a8fb5b8e9e30a0510df5949cac7e0 /eclass/php.eclass
parentBump (diff)
downloadgentoo-2-1f950b6d50b6106ceb12f60ef5332ad8239dfa4e.tar.gz
gentoo-2-1f950b6d50b6106ceb12f60ef5332ad8239dfa4e.tar.bz2
gentoo-2-1f950b6d50b6106ceb12f60ef5332ad8239dfa4e.zip
Attempt to address bug 22969
Diffstat (limited to 'eclass/php.eclass')
-rw-r--r--eclass/php.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass
index 0fed78b52f64..5c0d49535b26 100644
--- a/eclass/php.eclass
+++ b/eclass/php.eclass
@@ -1,7 +1,7 @@
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author: Robin H. Johnson <robbat2@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.50 2003/06/16 22:27:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.51 2003/06/17 18:51:05 rac Exp $
# This EBUILD is totally masked presently. Use it at your own risk. I know it
# is severely broken, but I needed to get a copy into CVS to pass around and
@@ -52,8 +52,9 @@ RDEPEND="
flash? ( media-libs/libswf >=media-libs/ming-0.2a )
freetds? ( >=dev-db/freetds-0.53 )
|| (
- gd-bundled? ()
+ gd-bundled? ( "" )
gd? ( media-libs/libgd >=media-libs/jpeg-6b >=media-libs/libpng-1.2.5 )
+ ( "" )
)
gdbm? ( >=sys-libs/gdbm-1.8.0 )
java? ( =virtual/jdk-1.4* dev-java/java-config )