diff options
author | 2007-09-08 12:06:20 +0000 | |
---|---|---|
committer | 2007-09-08 12:06:20 +0000 | |
commit | 4d3d9b8dfc5e4b1322884e2ac8cace1c59c3a8af (patch) | |
tree | 0859d8b2a9aa9094c754a5db16c3435394bfdac1 /eclass | |
parent | Fixed init-script to correctly start daemons when not started via symlink (bu... (diff) | |
download | gentoo-2-4d3d9b8dfc5e4b1322884e2ac8cace1c59c3a8af.tar.gz gentoo-2-4d3d9b8dfc5e4b1322884e2ac8cace1c59c3a8af.tar.bz2 gentoo-2-4d3d9b8dfc5e4b1322884e2ac8cace1c59c3a8af.zip |
re-enable internal extensions
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php5_2-sapi.eclass | 8 |
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}" |