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:07
Message-Id: 1530403416.64537af696874d1687216688c7cc11a2b0514335.asturm@gentoo
1 commit: 64537af696874d1687216688c7cc11a2b0514335
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 30 21:49:33 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=64537af6
7
8 dev-db/soci: Fix DEPENDs
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 dev-db/soci/soci-3.2.3.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-db/soci/soci-3.2.3.ebuild b/dev-db/soci/soci-3.2.3.ebuild
16 index 1a2e67b81c1..f31882f3e18 100644
17 --- a/dev-db/soci/soci-3.2.3.ebuild
18 +++ b/dev-db/soci/soci-3.2.3.ebuild
19 @@ -14,8 +14,7 @@ SLOT="0"
20 KEYWORDS="~amd64 ~x86"
21 IUSE="boost doc +empty firebird mysql odbc oracle postgres sqlite static-libs test"
22
23 -DEPEND="
24 - boost? ( dev-libs/boost )
25 +RDEPEND="
26 firebird? ( dev-db/firebird )
27 mysql? ( virtual/mysql )
28 odbc? ( dev-db/unixODBC )
29 @@ -23,7 +22,9 @@ DEPEND="
30 postgres? ( dev-db/postgresql:= )
31 sqlite? ( dev-db/sqlite:3 )
32 "
33 -RDEPEND="${DEPEND}"
34 +DEPEND="${RDEPEND}
35 + boost? ( dev-libs/boost )
36 +"
37
38 src_configure() {
39 local mycmakeargs=(