diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-29 09:41:58 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-29 09:41:58 +0200 |
commit | d5efe17409a8a6d46ee692be0513872a6d84fc1d (patch) | |
tree | aa3fd7e4f84e193fd114cfc7c13bee97317a8e2c /dev-libs/mongo-c-driver | |
parent | dev-libs/libbson: x86 stable wrt bug #721120 (diff) | |
download | gentoo-d5efe17409a8a6d46ee692be0513872a6d84fc1d.tar.gz gentoo-d5efe17409a8a6d46ee692be0513872a6d84fc1d.tar.bz2 gentoo-d5efe17409a8a6d46ee692be0513872a6d84fc1d.zip |
dev-libs/mongo-c-driver: x86 stable wrt bug #721120
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/mongo-c-driver')
-rw-r--r-- | dev-libs/mongo-c-driver/mongo-c-driver-1.16.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.16.2.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.16.2.ebuild index e5f55ceb6252..e82f70860420 100644 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.16.2.ebuild +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.16.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/mongo-c-driver/releases/download/${PV}/${P}. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~hppa ~s390 ~x86" +KEYWORDS="~amd64 ~hppa ~s390 x86" IUSE="debug examples icu libressl sasl ssl static-libs test" REQUIRED_USE="test? ( static-libs )" |