diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-02-05 09:40:59 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-02-05 09:40:59 +0000 |
commit | e5d20e9fd7b086fab935daf95c8acb8c40199b28 (patch) | |
tree | f6d5daf953642c215bcd80923c1e53ded7249607 /eclass/php5_2-sapi.eclass | |
parent | Unused patches (diff) | |
download | gentoo-2-e5d20e9fd7b086fab935daf95c8acb8c40199b28.tar.gz gentoo-2-e5d20e9fd7b086fab935daf95c8acb8c40199b28.tar.bz2 gentoo-2-e5d20e9fd7b086fab935daf95c8acb8c40199b28.zip |
libedit is not in freebsd-lib anymore these days. This was fixed years ago in php5_1-sapi.eclass but wasn't carried to php5_2. See http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_1-sapi.eclass?r1=1.35&r2=1.36
Diffstat (limited to 'eclass/php5_2-sapi.eclass')
-rw-r--r-- | eclass/php5_2-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5_2-sapi.eclass b/eclass/php5_2-sapi.eclass index 3d68afa38754..1953e0db323e 100644 --- a/eclass/php5_2-sapi.eclass +++ b/eclass/php5_2-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.28 2010/01/27 12:06:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.29 2010/02/05 09:40:59 aballier Exp $ # ======================================================================== # Based on robbat2's work on the php4 sapi eclass @@ -72,7 +72,7 @@ DEPEND="adabas? ( >=dev-db/unixODBC-1.8.13 ) kerberos? ( virtual/krb5 ) ldap? ( !oci8? ( >=net-nds/openldap-1.2.11 ) ) ldap-sasl? ( !oci8? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 ) ) - libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) ) + libedit? ( dev-libs/libedit ) mcve? ( >=dev-libs/openssl-0.9.7 ) mhash? ( app-crypt/mhash ) mssql? ( dev-db/freetds ) |