Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/findlib/
Date: Mon, 02 Apr 2018 06:23:24
Message-Id: 1522650181.09abcc2877505cf5762fe5d9d848701c32d0d11b.mattst88@gentoo
1 commit: 09abcc2877505cf5762fe5d9d848701c32d0d11b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 06:23:01 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 06:23:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09abcc28
7
8 dev-ml/findlib-1.7.3: added ~mips
9
10 dev-ml/findlib/findlib-1.7.3.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-ml/findlib/findlib-1.7.3.ebuild b/dev-ml/findlib/findlib-1.7.3.ebuild
14 index 7e85dac28a2..584df36d4b1 100644
15 --- a/dev-ml/findlib/findlib-1.7.3.ebuild
16 +++ b/dev-ml/findlib/findlib-1.7.3.ebuild
17 @@ -13,7 +13,7 @@ IUSE="doc +ocamlopt tk"
18 LICENSE="MIT"
19
20 SLOT="0"
21 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
22 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
23
24 DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]
25 tk? ( dev-ml/labltk:= )"