diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2007-09-30 12:20:10 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2007-09-30 12:20:10 +0000 |
commit | 15f42ed8dadab7e4f557b7487bd480260c8a6e53 (patch) | |
tree | 208e642cc2e246533a7124f228e2baa083bd4d4b /eclass | |
parent | We dont actually need the hppa patch anymore as exit() in awk at first match ... (diff) | |
download | historical-15f42ed8dadab7e4f557b7487bd480260c8a6e53.tar.gz historical-15f42ed8dadab7e4f557b7487bd480260c8a6e53.tar.bz2 historical-15f42ed8dadab7e4f557b7487bd480260c8a6e53.zip |
removing USE=pdo-external support from dev-lang/php-5.2*, use internal pdo (USE=pdo) instead
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php5_2-sapi.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/php5_2-sapi.eclass b/eclass/php5_2-sapi.eclass index 70b8ec8caa40..2989f6b493ce 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.14 2007/09/10 21:00:24 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.15 2007/09/30 12:20:10 hoffie Exp $ # ======================================================================== # Based on robbat2's work on the php4 sapi eclass @@ -43,7 +43,7 @@ if [[ "${PHP_PACKAGE}" == 1 ]] ; then S="${WORKDIR}/${MY_PHP_P}" fi -IUSE="adabas bcmath berkdb birdstep bzip2 calendar cdb cjk crypt ctype curl curlwrappers db2 dbase dbmaker debug doc empress empress-bcs esoob exif frontbase fdftk filter firebird flatfile ftp gd gd-external gdbm gmp hash iconv imap inifile interbase iodbc ipv6 java-external json kerberos ldap ldap-sasl libedit mcve mhash msql mssql mysql mysqli ncurses nls oci8 oci8-instant-client odbc pcntl pcre pdo pdo-external pic posix postgres qdbm readline reflection recode sapdb session sharedext sharedmem simplexml snmp soap sockets solid spell spl sqlite ssl suhosin sybase sybase-ct sysvipc tidy tokenizer truetype unicode wddx xml xmlreader xmlwriter xmlrpc xpm xsl yaz zip zip-external zlib" +IUSE="adabas bcmath berkdb birdstep bzip2 calendar cdb cjk crypt ctype curl curlwrappers db2 dbase dbmaker debug doc empress empress-bcs esoob exif frontbase fdftk filter firebird flatfile ftp gd gd-external gdbm gmp hash iconv imap inifile interbase iodbc ipv6 java-external json kerberos ldap ldap-sasl libedit mcve mhash msql mssql mysql mysqli ncurses nls oci8 oci8-instant-client odbc pcntl pcre pdo pic posix postgres qdbm readline reflection recode sapdb session sharedext sharedmem simplexml snmp soap sockets solid spell spl sqlite ssl suhosin sybase sybase-ct sysvipc tidy tokenizer truetype unicode wddx xml xmlreader xmlwriter xmlrpc xpm xsl yaz zip zip-external zlib" # these USE flags should have the correct dependencies DEPEND="adabas? ( >=dev-db/unixODBC-1.8.13 ) @@ -131,7 +131,6 @@ PDEPEND="doc? ( app-doc/php-docs ) json? ( !dev-php5/pecl-json ) mcve? ( dev-php5/pecl-mcve ) pdo? ( !dev-php5/pecl-pdo ) - pdo-external? ( dev-php5/pecl-pdo ) suhosin? ( dev-php5/suhosin ) yaz? ( dev-php5/pecl-yaz ) zip? ( !dev-php5/pecl-zip ) @@ -203,7 +202,6 @@ php5_2-sapi_check_use_flags() { phpconfutils_use_conflict "gd" "gd-external" phpconfutils_use_conflict "oci8" "oci8-instant-client" phpconfutils_use_conflict "oci8" "ldap-sasl" - phpconfutils_use_conflict "pdo" "pdo-external" phpconfutils_use_conflict "zip" "zip-external" phpconfutils_use_conflict "qdbm" "gdbm" phpconfutils_use_conflict "readline" "libedit" |