diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-29 00:55:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-29 00:55:58 +0000 |
commit | b2f8ad3c94ef022ee5c89ce540f4a518b4c1dbba (patch) | |
tree | 3aa7c66f47d4d6415dee5d8e78474a0f768178a7 /eclass/php-2.eclass | |
parent | removing unneccessary comments. (Manifest recommit) (diff) | |
download | gentoo-2-b2f8ad3c94ef022ee5c89ce540f4a518b4c1dbba.tar.gz gentoo-2-b2f8ad3c94ef022ee5c89ce540f4a518b4c1dbba.tar.bz2 gentoo-2-b2f8ad3c94ef022ee5c89ce540f4a518b4c1dbba.zip |
move from net-ftp #45968
Diffstat (limited to 'eclass/php-2.eclass')
-rw-r--r-- | eclass/php-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-2.eclass b/eclass/php-2.eclass index 72d616e7cf78..6b93c23852f5 100644 --- a/eclass/php-2.eclass +++ b/eclass/php-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-2.eclass,v 1.13 2004/01/08 22:04:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-2.eclass,v 1.14 2004/03/29 00:54:05 vapier Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic @@ -54,7 +54,7 @@ RDEPEND=" app-arch/bzip2 X? ( virtual/x11 ) crypt? ( >=dev-libs/libmcrypt-2.4 >=app-crypt/mhash-0.8 ) - curl? ( >=net-ftp/curl-7.10.2 ) + 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 |