Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbson/
Date: Sat, 10 Feb 2018 00:32:19
Message-Id: 1518222708.fc9065a02765a34a9000841bf26059fc490ca59e.whissi@gentoo
1 commit: fc9065a02765a34a9000841bf26059fc490ca59e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 10 00:30:08 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 10 00:31:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9065a0
7
8 dev-libs/libbson: x86 stable (bug #645870)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-libs/libbson/libbson-1.8.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libbson/libbson-1.8.2.ebuild b/dev-libs/libbson/libbson-1.8.2.ebuild
16 index 7a17bcdd3ea..674823edaf7 100644
17 --- a/dev-libs/libbson/libbson-1.8.2.ebuild
18 +++ b/dev-libs/libbson/libbson-1.8.2.ebuild
19 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~hppa ~x86"
24 +KEYWORDS="amd64 ~hppa x86"
25 IUSE="debug examples static-libs"
26
27 src_configure() {