Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
Date: Wed, 02 Aug 2017 11:23:12
Message-Id: 1501672967.0418eb9a32f1438ba23b6964b428059f3e2640ce.aballier@gentoo
1 commit: 0418eb9a32f1438ba23b6964b428059f3e2640ce
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 2 10:36:02 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 2 11:22:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0418eb9a
7
8 dev-ml/lwt: keyword ~x86
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-ml/lwt/lwt-3.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/lwt/lwt-3.1.0.ebuild b/dev-ml/lwt/lwt-3.1.0.ebuild
16 index eced51577fd..98584bf6621 100644
17 --- a/dev-ml/lwt/lwt-3.1.0.ebuild
18 +++ b/dev-ml/lwt/lwt-3.1.0.ebuild
19 @@ -27,7 +27,7 @@ DEPEND="${DEPEND}
20
21 SLOT="0/${PV}"
22 LICENSE="LGPL-2.1-with-linking-exception"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86-fbsd"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-fbsd"
25
26 src_configure() {
27 ocaml src/util/configure.ml \