From ba8d84360c502e972de82401d80ba3c073741817 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 12 Jan 2015 14:53:58 -0500 Subject: [PATCH] Add the pdo-pgsql USE flag. --- dev-lang/php/metadata.xml | 1 + dev-lang/php/php-5.6.4-r1.ebuild | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-lang/php/metadata.xml b/dev-lang/php/metadata.xml index 9164d71..1f76984 100644 --- a/dev-lang/php/metadata.xml +++ b/dev-lang/php/metadata.xml @@ -19,6 +19,7 @@ Enables built-in opcode cache, replacing pecl-apc et.al Enable the bundled PDO extensions Enable the DBLIB (MSSQL) PDO driver + Enable the PostgreSQL PDO driver Enables the phar extension to provide phar archive support Add sqlite2 support. Will be removed Enable XMLReader support diff --git a/dev-lang/php/php-5.6.4-r1.ebuild b/dev-lang/php/php-5.6.4-r1.ebuild index 8d1918f..a0e6dae 100644 --- a/dev-lang/php/php-5.6.4-r1.ebuild +++ b/dev-lang/php/php-5.6.4-r1.ebuild @@ -69,8 +69,8 @@ IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk flatfile ftp gd gdbm gmp +hash +iconv imap inifile intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash mssql mysql libmysqlclient mysqli nls - oci8-instant-client odbc +opcache pcntl pdo pdo-dblib +phar +posix - postgres qdbm readline recode selinux +session sharedmem + oci8-instant-client odbc +opcache pcntl pdo pdo-dblib pdo-pgsql + +phar +posix postgres qdbm readline recode selinux +session sharedmem +simplexml snmp soap sockets spell sqlite ssl sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib" @@ -179,6 +179,7 @@ REQUIRED_USE=" ) ) pdo-dblib? ( mssql ) + pdo-pgsql? ( postgres ) qdbm? ( !gdbm ) readline? ( !libedit ) recode? ( !imap !mysql !mysqli ) @@ -376,6 +377,7 @@ src_configure() { $(use_enable pcntl pcntl ) $(use_enable pdo pdo ) $(use_with pdo-dblib pdo-dblib ) + $(use_with pdo-pgsql pdo-pgsql ) $(use_enable phar phar ) $(use_enable posix posix ) $(use_with postgres pgsql "${EPREFIX}"/usr) @@ -464,7 +466,6 @@ src_configure() { if use pdo ; then my_conf+=" $(use_with mysql pdo-mysql ${mysqllib}) - $(use_with postgres pdo-pgsql ) $(use_with sqlite pdo-sqlite ${EPREFIX}/usr) $(use_with odbc pdo-odbc unixODBC,${EPREFIX}/usr)" if use oci8-instant-client ; then -- 2.43.2