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/camlzip/
Date: Thu, 09 Mar 2017 21:31:50
Message-Id: 1489095099.3fec2a7acddbbdec357028f1d89eea52050ffbb4.aballier@gentoo
1 commit: 3fec2a7acddbbdec357028f1d89eea52050ffbb4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 9 20:43:41 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 9 21:31:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fec2a7a
7
8 dev-ml/camlzip: keyword ~arm
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 dev-ml/camlzip/camlzip-1.07.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/camlzip/camlzip-1.07.ebuild b/dev-ml/camlzip/camlzip-1.07.ebuild
16 index 28dfe886021..78c91d3151d 100644
17 --- a/dev-ml/camlzip/camlzip-1.07.ebuild
18 +++ b/dev-ml/camlzip/camlzip-1.07.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/xavierleroy/camlzip/archive/rel$(delete_all_version_
20
21 SLOT="1/${PV}"
22 LICENSE="LGPL-2.1"
23 -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
24 +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd"
25
26 RDEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]
27 >=sys-libs/zlib-1.1.3"