]> gitweb.michael.orlitzky.com - mjo-overlay.git/commitdiff
Fix IUSE typo and add "pdo" as a required USE for all of the pdo-* flags.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 12 Jan 2015 20:08:02 +0000 (15:08 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 23 Jan 2015 20:04:55 +0000 (15:04 -0500)
dev-lang/php/php-5.6.4-r1.ebuild

index 004aae4aae4466266dbf42a5c7354ef4a98e5d2a..60dcae9c6f06934b4027edee2f9efa3aa04ccd35 100644 (file)
@@ -70,7 +70,7 @@ IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
        intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
        mssql mysql libmysqlclient mysqli nls
        oci8-instant-client odbc +opcache pcntl pdo pdo-dblib pdo-mysql pdo-oci
-       pdo-odbc pdo-pgsql pdo-sqlite+phar +posix postgres qdbm readline recode
+       pdo-odbc pdo-pgsql pdo-sqlite +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"
@@ -178,12 +178,12 @@ REQUIRED_USE="
                pdo-mysql
        ) )
 
-       pdo-dblib? ( mssql )
-       pdo-oci? ( oci8-instant-client )
-       pdo-odbc? ( odbc )
-       pdo-mysql? ( mysql )
-       pdo-pgsql? ( postgres )
-       pdo-sqlite? ( sqlite )
+       pdo-dblib? ( pdo mssql )
+       pdo-oci? ( pdo oci8-instant-client )
+       pdo-odbc? ( pdo odbc )
+       pdo-mysql? ( pdo mysql )
+       pdo-pgsql? ( pdo postgres )
+       pdo-sqlite? ( pdo sqlite )
        qdbm? ( !gdbm )
        readline? ( !libedit )
        recode? ( !imap !mysql !mysqli )