summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-04-22 22:14:35 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-04-22 22:14:35 +0000
commit9739c2bb080eeb4d890f3aa95b99104645188206 (patch)
treecdf960993f2ece6cd359426f6c9386fc1d7c03d8 /eclass
parentRemoved PROVIDE as of bug #130746. (diff)
downloadhistorical-9739c2bb080eeb4d890f3aa95b99104645188206.tar.gz
historical-9739c2bb080eeb4d890f3aa95b99104645188206.tar.bz2
historical-9739c2bb080eeb4d890f3aa95b99104645188206.zip
Change deps for G/FBSD compatibility.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php4_4-sapi.eclass4
-rw-r--r--eclass/php5_0-sapi.eclass4
-rw-r--r--eclass/php5_1-sapi.eclass4
3 files changed, 6 insertions, 6 deletions
diff --git a/eclass/php4_4-sapi.eclass b/eclass/php4_4-sapi.eclass
index 8bf2dd9b98b9..ef6eef0db13c 100644
--- a/eclass/php4_4-sapi.eclass
+++ b/eclass/php4_4-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php4_4-sapi.eclass,v 1.18 2006/04/20 12:15:35 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php4_4-sapi.eclass,v 1.19 2006/04/22 22:14:34 chtekk Exp $
#
# ########################################################################
#
@@ -72,7 +72,7 @@ DEPEND="${DEPEND}
java-internal? ( =virtual/jdk-1.4* dev-java/java-config !dev-php4/php-java-bridge )
kerberos? ( virtual/krb5 )
ldap? ( >=net-nds/openldap-1.2.11 )
- libedit? ( dev-libs/libedit )
+ libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) )
mcal? ( dev-libs/libmcal !=dev-libs/libmcal-0.7-r2 )
mcve? ( net-libs/libmonetra >=dev-libs/openssl-0.9.7 )
mhash? ( app-crypt/mhash )
diff --git a/eclass/php5_0-sapi.eclass b/eclass/php5_0-sapi.eclass
index a43084524f3c..99af907b9315 100644
--- a/eclass/php5_0-sapi.eclass
+++ b/eclass/php5_0-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.20 2006/04/20 12:15:35 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.21 2006/04/22 22:14:35 chtekk Exp $
#
# ########################################################################
#
@@ -71,7 +71,7 @@ DEPEND="${DEPEND}
iodbc? ( dev-db/libiodbc >=dev-db/unixODBC-1.8.13 )
kerberos? ( virtual/krb5 )
ldap? ( >=net-nds/openldap-1.2.11 )
- libedit? ( dev-libs/libedit )
+ libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) )
mcve? ( >=dev-libs/openssl-0.9.7 )
mhash? ( app-crypt/mhash )
ming? ( media-libs/ming )
diff --git a/eclass/php5_1-sapi.eclass b/eclass/php5_1-sapi.eclass
index 2faadf292e4e..072fa95d23fb 100644
--- a/eclass/php5_1-sapi.eclass
+++ b/eclass/php5_1-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.23 2006/04/20 12:15:35 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.24 2006/04/22 22:14:35 chtekk Exp $
#
# ########################################################################
#
@@ -71,7 +71,7 @@ DEPEND="${DEPEND}
iodbc? ( dev-db/libiodbc >=dev-db/unixODBC-1.8.13 )
kerberos? ( virtual/krb5 )
ldap? ( >=net-nds/openldap-1.2.11 )
- libedit? ( dev-libs/libedit )
+ libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) )
mcve? ( >=dev-libs/openssl-0.9.7 )
mhash? ( app-crypt/mhash )
ming? ( media-libs/ming )