Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/soci/
Date: Tue, 05 Feb 2019 20:33:07
Message-Id: 1549398754.81d863ef5b6f7a4508d4371e8ea0f1994811e7ec.grknight@gentoo
1 commit: 81d863ef5b6f7a4508d4371e8ea0f1994811e7ec
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 19:24:13 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 20:32:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d863ef
7
8 dev-db/soci: Revbump for dependency change
9
10 Closes: https://bugs.gentoo.org/665864
11 Package-Manager: Portage-2.3.59, Repoman-2.3.12
12 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
13
14 dev-db/soci/{soci-3.2.3.ebuild => soci-3.2.3-r1.ebuild} | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-db/soci/soci-3.2.3.ebuild b/dev-db/soci/soci-3.2.3-r1.ebuild
18 similarity index 93%
19 rename from dev-db/soci/soci-3.2.3.ebuild
20 rename to dev-db/soci/soci-3.2.3-r1.ebuild
21 index f31882f3e18..9051f4411cb 100644
22 --- a/dev-db/soci/soci-3.2.3.ebuild
23 +++ b/dev-db/soci/soci-3.2.3-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -16,7 +16,7 @@ IUSE="boost doc +empty firebird mysql odbc oracle postgres sqlite static-libs te
31
32 RDEPEND="
33 firebird? ( dev-db/firebird )
34 - mysql? ( virtual/mysql )
35 + mysql? ( dev-db/mysql-connector-c:= )
36 odbc? ( dev-db/unixODBC )
37 oracle? ( dev-db/oracle-instantclient-basic )
38 postgres? ( dev-db/postgresql:= )