From 9739c2bb080eeb4d890f3aa95b99104645188206 Mon Sep 17 00:00:00 2001 From: Luca Longinotti Date: Sat, 22 Apr 2006 22:14:35 +0000 Subject: Change deps for G/FBSD compatibility. --- eclass/php4_4-sapi.eclass | 4 ++-- eclass/php5_0-sapi.eclass | 4 ++-- eclass/php5_1-sapi.eclass | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'eclass') 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 ) -- cgit v1.2.3-65-gdbad