Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mongo-c-driver/
Date: Sat, 10 Feb 2018 00:32:22
Message-Id: 1518222707.fea8d58bb660d3ec36b8c04dd37f11f81b3145d1.whissi@gentoo
1 commit: fea8d58bb660d3ec36b8c04dd37f11f81b3145d1
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 10 00:29:53 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 10 00:31:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea8d58b
7
8 dev-libs/mongo-c-driver: x86 stable (bug #645870)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild
16 index 256c3356f43..1ea4eb35a6d 100644
17 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild
18 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild
19 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~hppa ~x86"
24 +KEYWORDS="amd64 ~hppa x86"
25 IUSE="debug examples libressl sasl ssl static-libs test"
26
27 RDEPEND="app-arch/snappy:=