diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-10-24 11:48:42 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-10-24 11:48:42 +0000 |
commit | a3c581d2b6772de8937a1d3577faf1b80dcc3f82 (patch) | |
tree | 63e2e22d003a3f5dcc64f4c5392d1b7f3a6451de /dev-lang | |
parent | Stable on amd64 wrt bug #342329 (diff) | |
download | gentoo-2-a3c581d2b6772de8937a1d3577faf1b80dcc3f82.tar.gz gentoo-2-a3c581d2b6772de8937a1d3577faf1b80dcc3f82.tar.bz2 gentoo-2-a3c581d2b6772de8937a1d3577faf1b80dcc3f82.zip |
enable pdo-sqlite via USE="sqlite3" not USE="sqlite"
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/files/eblits/src_configure-v1.eblit | 4 | ||||
-rw-r--r-- | dev-lang/php/files/eblits/src_configure-v2.eblit | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index cf66778e374b..55d2fd1a99bb 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.425 2010/10/21 19:37:24 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.426 2010/10/24 11:48:42 mabi Exp $ + + 24 Oct 2010; Matti Bickel <mabi@gentoo.org> + files/eblits/src_configure-v1.eblit, files/eblits/src_configure-v2.eblit: + enable pdo-sqlite via USE="sqlite3" not USE="sqlite" 21 Oct 2010; <olemarkus@gentoo.org> files/eblits/pkg_postinst-v1.eblit: Added an additional warning about extension_dir to pkg_postinst diff --git a/dev-lang/php/files/eblits/src_configure-v1.eblit b/dev-lang/php/files/eblits/src_configure-v1.eblit index de33d69276e8..09838bd8c6f9 100644 --- a/dev-lang/php/files/eblits/src_configure-v1.eblit +++ b/dev-lang/php/files/eblits/src_configure-v1.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v1.eblit,v 1.7 2010/09/19 15:15:08 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v1.eblit,v 1.8 2010/10/24 11:48:42 mabi Exp $ eblit-php-src_configure() { PHP_DESTDIR="/usr/$(get_libdir)/php${PHP_MV}" @@ -185,7 +185,7 @@ eblit-php-src_configure() { phpconfutils_extension_with "pdo-mysql" "mysql" 1 "/usr" fi phpconfutils_extension_with "pdo-pgsql" "postgres" 1 - phpconfutils_extension_with "pdo-sqlite" "sqlite" 1 "/usr" + phpconfutils_extension_with "pdo-sqlite" "sqlite3" 1 "/usr" phpconfutils_extension_with "pdo-odbc" "odbc" 1 "unixODBC,/usr" if use oci8 ; then phpconfutils_extension_with "pdo-oci" "oci8" 1 diff --git a/dev-lang/php/files/eblits/src_configure-v2.eblit b/dev-lang/php/files/eblits/src_configure-v2.eblit index 085715f05f3c..fc0a9914b08d 100644 --- a/dev-lang/php/files/eblits/src_configure-v2.eblit +++ b/dev-lang/php/files/eblits/src_configure-v2.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v2.eblit,v 1.1 2010/10/08 18:25:10 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v2.eblit,v 1.2 2010/10/24 11:48:42 mabi Exp $ eblit-php-src_configure() { PHP_DESTDIR="/usr/$(get_libdir)/php${SLOT}" @@ -185,7 +185,7 @@ eblit-php-src_configure() { phpconfutils_extension_with "pdo-mysql" "mysql" 1 "/usr" fi phpconfutils_extension_with "pdo-pgsql" "postgres" 1 - phpconfutils_extension_with "pdo-sqlite" "sqlite" 1 "/usr" + phpconfutils_extension_with "pdo-sqlite" "sqlite3" 1 "/usr" phpconfutils_extension_with "pdo-odbc" "odbc" 1 "unixODBC,/usr" if use oci8 ; then phpconfutils_extension_with "pdo-oci" "oci8" 1 |