Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/soci/
Date: Sun, 01 Jul 2018 00:04:00
Message-Id: 1530403416.b3e0e67b7c928ca6cb563b69b2d062ad360af3b8.asturm@gentoo
1 commit: b3e0e67b7c928ca6cb563b69b2d062ad360af3b8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 30 21:48:55 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 00:03:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e0e67b
7
8 dev-db/soci: Add USE static-libs,test
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 dev-db/soci/soci-3.2.3.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-db/soci/soci-3.2.3.ebuild b/dev-db/soci/soci-3.2.3.ebuild
16 index ba430f65be3..1a2e67b81c1 100644
17 --- a/dev-db/soci/soci-3.2.3.ebuild
18 +++ b/dev-db/soci/soci-3.2.3.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
20 LICENSE="Boost-1.0"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86"
23 -IUSE="boost doc +empty firebird mysql odbc oracle postgres sqlite"
24 +IUSE="boost doc +empty firebird mysql odbc oracle postgres sqlite static-libs test"
25
26 DEPEND="
27 boost? ( dev-libs/boost )
28 @@ -35,6 +35,8 @@ src_configure() {
29 -DWITH_ORACLE=$(usex oracle)
30 -DWITH_POSTGRESQL=$(usex postgres)
31 -DWITH_SQLITE3=$(usex sqlite)
32 + -DSOCI_STATIC=$(usex static-libs)
33 + -DSOCI_TESTS=$(usex test)
34 -DWITH_DB2=OFF
35 )
36 #use MYCMAKEARGS if you want enable IBM DB2 support