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-ml/extlib/
Date: Thu, 16 Feb 2017 17:26:42
Message-Id: 1487265971.69a0de91c13c42b60ba7c261c69f1ed49d6d8130.ago@gentoo
1 commit: 69a0de91c13c42b60ba7c261c69f1ed49d6d8130
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 16 17:26:11 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 16 17:26:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a0de91
7
8 dev-ml/extlib: x86 stable wrt bug #586910
9
10 Package-Manager: portage-2.3.3
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-ml/extlib/extlib-1.7.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-ml/extlib/extlib-1.7.1.ebuild b/dev-ml/extlib/extlib-1.7.1.ebuild
18 index 24d62866a3..4549eeed79 100644
19 --- a/dev-ml/extlib/extlib-1.7.1.ebuild
20 +++ b/dev-ml/extlib/extlib-1.7.1.ebuild
21 @@ -16,7 +16,7 @@ DEPEND="
22 "
23 RDEPEND="${DEPEND}"
24 SLOT="0/${PV}"
25 -KEYWORDS="amd64 ~amd64-linux ~x86-linux ~ppc-macos"
26 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
27 IUSE="doc +ocamlopt"
28 S="${WORKDIR}/ocaml-${P}"