summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-01-28 19:04:20 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-01-28 19:08:08 +0300
commitbf62713f75b306e9d7e7d860ebb09f163f78c110 (patch)
tree9056f05a7c9e9e0cf9d7fd9aa087240cea4695c5 /dev-libs
parentdev-libs/libbson: amd64 stable wrt bug #645870 (diff)
downloadgentoo-bf62713f75b306e9d7e7d860ebb09f163f78c110.tar.gz
gentoo-bf62713f75b306e9d7e7d860ebb09f163f78c110.tar.bz2
gentoo-bf62713f75b306e9d7e7d860ebb09f163f78c110.zip
dev-libs/mongo-c-driver: amd64 stable wrt bug #645870
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild4
1 files changed, 2 insertions, 2 deletions
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
index 86291cab07b9..179b8e0a1758 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa ~x86"
IUSE="debug examples libressl sasl ssl static-libs test"
RDEPEND="app-arch/snappy:=