diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-06-16 22:27:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-06-16 22:27:18 +0000 |
commit | cfed21b24d7f0f1306de4c5b9cd4f381bc13312b (patch) | |
tree | ef508291684bf7c1619e1c5c0cb901c12d674817 /eclass | |
parent | wait! one less gd thought ;) (diff) | |
download | gentoo-2-cfed21b24d7f0f1306de4c5b9cd4f381bc13312b.tar.gz gentoo-2-cfed21b24d7f0f1306de4c5b9cd4f381bc13312b.tar.bz2 gentoo-2-cfed21b24d7f0f1306de4c5b9cd4f381bc13312b.zip |
one last gd thought rather
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php.eclass | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass index d1ab42c83445..0fed78b52f64 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.49 2003/06/16 22:26:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.50 2003/06/16 22:27:18 vapier 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 @@ -51,7 +51,10 @@ RDEPEND=" firebird? ( >=dev-db/firebird-1.0 ) flash? ( media-libs/libswf >=media-libs/ming-0.2a ) freetds? ( >=dev-db/freetds-0.53 ) - gd? ( media-libs/libgd >=media-libs/jpeg-6b >=media-libs/libpng-1.2.5 ) + || ( + 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 ) jpeg? ( >=media-libs/jpeg-6b ) |