Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@g.o, mabi@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: src_configure-v1.eblit src_configure-v2.eblit
Date: Sun, 24 Oct 2010 12:01:12
Message-Id: 4CC42167.9030403@gentoo.org
1 On 10/24/2010 02:48 PM, Matti Bickel (mabi) wrote:
2 > mabi 10/10/24 11:48:42
3 >
4 > Modified: src_configure-v1.eblit src_configure-v2.eblit
5 > Log:
6 > enable pdo-sqlite via USE="sqlite3" not USE="sqlite"
7 > (Portage version: 2.1.8.3/cvs/Linux x86_64)
8 > - phpconfutils_extension_with "pdo-sqlite" "sqlite" 1 "/usr"
9 > + phpconfutils_extension_with "pdo-sqlite" "sqlite3" 1 "/usr"
10
11 That's a regression (because USE="sqlite3" is deprecated).
12 USE="sqlite" is for sqlite 3.x, and sqlite 2.x shouldn't be used if
13 sqlite 3.x is supported by said package.

Replies