Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mongo-c-driver/
Date: Fri, 29 May 2020 07:42:18
Message-Id: 1590738118.d5efe17409a8a6d46ee692be0513872a6d84fc1d.ago@gentoo
1 commit: d5efe17409a8a6d46ee692be0513872a6d84fc1d
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 29 07:41:58 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri May 29 07:41:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5efe174
7
8 dev-libs/mongo-c-driver: x86 stable wrt bug #721120
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-libs/mongo-c-driver/mongo-c-driver-1.16.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 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
18 index e5f55ceb625..e82f7086042 100644
19 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.16.2.ebuild
20 +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.16.2.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/mongo-c-driver/releases/download/${PV}/${P}.
22
23 LICENSE="Apache-2.0"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~hppa ~s390 ~x86"
26 +KEYWORDS="~amd64 ~hppa ~s390 x86"
27 IUSE="debug examples icu libressl sasl ssl static-libs test"
28 REQUIRED_USE="test? ( static-libs )"