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-sapi.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-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 26f16e129c58..6455889efc0a 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.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-sapi.eclass,v 1.15 2004/03/28 22:57:38 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.16 2004/03/29 00:54:05 vapier Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic @@ -60,7 +60,7 @@ RDEPEND="${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 |