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/opam/
Date: Wed, 02 Aug 2017 11:23:12
Message-Id: 1501672968.9be0bfdbb3cc3ed1a52adcb33358eb84143e57f5.aballier@gentoo
1 commit: 9be0bfdbb3cc3ed1a52adcb33358eb84143e57f5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 2 10:37:00 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 2 11:22:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be0bfdb
7
8 dev-ml/opam: keyword ~x86
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-ml/opam/opam-1.3.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/opam/opam-1.3.1-r1.ebuild b/dev-ml/opam/opam-1.3.1-r1.ebuild
16 index 48542a6757f..57dd504dc70 100644
17 --- a/dev-ml/opam/opam-1.3.1-r1.ebuild
18 +++ b/dev-ml/opam/opam-1.3.1-r1.ebuild
19 @@ -9,7 +9,7 @@ DESCRIPTION="A source-based package manager for OCaml"
20 HOMEPAGE="http://opam.ocaml.org/"
21 LICENSE="LGPL-3-with-linking-exception"
22 SLOT="0/${PV}"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
25 IUSE="test"
26
27 if [[ ${PV} != 9999 ]]; then