diff options
author | 2018-12-22 23:20:45 +0100 | |
---|---|---|
committer | 2018-12-22 23:20:45 +0100 | |
commit | ba78ad462fc410f59208d2d4e5e183b657154c4a (patch) | |
tree | 1efe7695f74437eb865156ab156b22e5598824be /dev-libs | |
parent | dev-libs/libbson: x86 stable (bug #668856) (diff) | |
download | gentoo-ba78ad462fc410f59208d2d4e5e183b657154c4a.tar.gz gentoo-ba78ad462fc410f59208d2d4e5e183b657154c4a.tar.bz2 gentoo-ba78ad462fc410f59208d2d4e5e183b657154c4a.zip |
dev-libs/mongo-c-driver: x86 stable (bug #668856)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/mongo-c-driver/mongo-c-driver-1.13.0.ebuild | 4 |
1 files changed, 2 insertions, 2 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 2537001423d1..1fb6ab6edaf2 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 )" |