diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-10-27 11:45:28 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-10-27 11:45:28 +0000 |
commit | 68fdcc4a9dee2ac493ca5a6a28b7dfac0a6e75e4 (patch) | |
tree | ce9899da473e6c608716112a917155aba50019f5 /eclass/php5_1-sapi.eclass | |
parent | Dropped ppc-macos keyword, see you in prefix. (diff) | |
download | gentoo-2-68fdcc4a9dee2ac493ca5a6a28b7dfac0a6e75e4.tar.gz gentoo-2-68fdcc4a9dee2ac493ca5a6a28b7dfac0a6e75e4.tar.bz2 gentoo-2-68fdcc4a9dee2ac493ca5a6a28b7dfac0a6e75e4.zip |
Fix dependency blockers.
Diffstat (limited to 'eclass/php5_1-sapi.eclass')
-rw-r--r-- | eclass/php5_1-sapi.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/php5_1-sapi.eclass b/eclass/php5_1-sapi.eclass index 8d93026e5e52..3f221e74a286 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.33 2006/08/30 09:04:07 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.34 2006/10/27 11:45:28 chtekk Exp $ # # ######################################################################## # @@ -127,6 +127,7 @@ DEPEND="${DEPEND} PDEPEND="doc? ( app-doc/php-docs ) java-external? ( dev-php5/php-java-bridge ) mcve? ( dev-php5/pecl-mcve ) + pdo? ( !dev-php5/pecl-pdo ) pdo-external? ( dev-php5/pecl-pdo ) yaz? ( dev-php5/pecl-yaz ) zip? ( dev-php5/pecl-zip )" |