diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-23 17:28:30 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-23 17:28:30 +0300 |
commit | 8b1e4301b36cb4f8e7949a5780788f3f94f22270 (patch) | |
tree | b59dad158732599030d7ac2d7ae16288aa691ea3 /dev-libs | |
parent | dev-libs/libbson: amd64 stable wrt bug #668856 (diff) | |
download | gentoo-8b1e4301b36cb4f8e7949a5780788f3f94f22270.tar.gz gentoo-8b1e4301b36cb4f8e7949a5780788f3f94f22270.tar.bz2 gentoo-8b1e4301b36cb4f8e7949a5780788f3f94f22270.zip |
dev-libs/mongo-c-driver: amd64 stable wrt bug #668856
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild index 1fb6ab6edaf2..5eeca7c911d3 100644 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/mongo-c-driver/archive/${PV}.tar.gz -> ${P}. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~hppa x86" +KEYWORDS="amd64 ~hppa x86" IUSE="debug examples libressl sasl ssl static-libs test" REQUIRED_USE="test? ( static-libs )" |