diff options
author | 2007-03-05 02:04:03 +0000 | |
---|---|---|
committer | 2007-03-05 02:04:03 +0000 | |
commit | 8904810654733ea6514b2d48a3cdd2bab263dcd7 (patch) | |
tree | 8618bf17d975674fc0591ecca436e21a0e975a1a /eclass | |
parent | Kv fix. (diff) | |
download | gentoo-2-8904810654733ea6514b2d48a3cdd2bab263dcd7.tar.gz gentoo-2-8904810654733ea6514b2d48a3cdd2bab263dcd7.tar.bz2 gentoo-2-8904810654733ea6514b2d48a3cdd2bab263dcd7.zip |
Fix depend.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php5_1-sapi.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/php5_1-sapi.eclass b/eclass/php5_1-sapi.eclass index ba002dfc15d8..b2978cd2525f 100644 --- a/eclass/php5_1-sapi.eclass +++ b/eclass/php5_1-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_1-sapi.eclass,v 1.37 2007/03/05 01:50:47 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.38 2007/03/05 02:04:03 chtekk Exp $ # ======================================================================== # @@ -124,7 +124,6 @@ DEPEND="${DEPEND} # # They are in PDEPEND because we need PHP installed first! PDEPEND="doc? ( app-doc/php-docs ) - filter? ( dev-php5/pecl-filter ) java-external? ( dev-php5/php-java-bridge ) mcve? ( dev-php5/pecl-mcve ) pdo? ( !dev-php5/pecl-pdo ) @@ -132,6 +131,9 @@ PDEPEND="doc? ( app-doc/php-docs ) yaz? ( dev-php5/pecl-yaz ) zip? ( dev-php5/pecl-zip )" +# Until PECL-Filter is stable on all archs +[[ "${PVR}" == "5.1.6-r11" ]] && PDEPEND="${PDEPEND} filter? ( dev-php5/pecl-filter )" + # Until Suhosin is stable on all archs #PDEPEND="${PDEPEND} suhosin? ( dev-php5/suhosin )" |