summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-09-08 12:06:20 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-09-08 12:06:20 +0000
commit51e5fdb640ed08073d599b08b49aa603cec42c8e (patch)
tree77365b209b61c2041d067ee8ded24029b187bb27
parentFixed init-script to correctly start daemons when not started via symlink (bu... (diff)
downloadhistorical-51e5fdb640ed08073d599b08b49aa603cec42c8e.tar.gz
historical-51e5fdb640ed08073d599b08b49aa603cec42c8e.tar.bz2
historical-51e5fdb640ed08073d599b08b49aa603cec42c8e.zip
re-enable internal extensions
-rw-r--r--eclass/php5_2-sapi.eclass8
1 files changed, 1 insertions, 7 deletions
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}"