From 51e5fdb640ed08073d599b08b49aa603cec42c8e Mon Sep 17 00:00:00 2001 From: Markus Ullmann Date: Sat, 8 Sep 2007 12:06:20 +0000 Subject: re-enable internal extensions --- eclass/php5_2-sapi.eclass | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'eclass/php5_2-sapi.eclass') diff --git a/eclass/php5_2-sapi.eclass b/eclass/php5_2-sapi.eclass index d97ae57b16b2..238c0ec7c119 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.12 2007/09/02 17:49:20 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.13 2007/09/08 12:06:20 jokey Exp $ # ======================================================================== # Based on robbat2's work on the php4 sapi eclass @@ -114,12 +114,6 @@ DEPEND="adabas? ( >=dev-db/unixODBC-1.8.13 ) DEPEND="${DEPEND} !media-libs/libswf" -# force use of the internal extensions, -# as they're better maintained upstream -DEPEND="${DEPEND} - !dev-php5/pecl-filter - !dev-php5/pecl-json" - # simplistic for now RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad