summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-30 17:24:12 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-30 17:24:12 +0000
commit4dd382acc17666f1e85a71bd9e684ecd0a1750aa (patch)
tree4cb85d205e91fc107547db5a025103bbf3830438 /eclass/php.eclass
parentupdate libgd DEPEND (Manifest recommit) (diff)
downloadgentoo-2-4dd382acc17666f1e85a71bd9e684ecd0a1750aa.tar.gz
gentoo-2-4dd382acc17666f1e85a71bd9e684ecd0a1750aa.tar.bz2
gentoo-2-4dd382acc17666f1e85a71bd9e684ecd0a1750aa.zip
libgd -> gd
Diffstat (limited to 'eclass/php.eclass')
-rw-r--r--eclass/php.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass
index 2d574cd418d7..bc5347524601 100644
--- a/eclass/php.eclass
+++ b/eclass/php.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.eclass,v 1.100 2004/06/29 15:16:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.101 2004/06/30 17:24:12 vapier Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
# This eclass is the old style of php, that was used before php-core was
@@ -63,7 +63,7 @@ RDEPEND="
curl? ( >=net-misc/curl-7.10.2 )
x86? ( firebird? ( >=dev-db/firebird-1.0 ) )
freetds? ( >=dev-db/freetds-0.53 )
- gd-external? ( media-libs/libgd >=media-libs/jpeg-6b
+ gd-external? ( media-libs/gd >=media-libs/jpeg-6b
>=media-libs/libpng-1.2.5 )
gd? ( >=media-libs/jpeg-6b >=media-libs/libpng-1.2.5 )
gdbm? ( >=sys-libs/gdbm-1.8.0 )