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/xml-light/
Date: Thu, 09 Mar 2017 21:31:50
Message-Id: 1489095099.891b80d3e5750b0974678e241ddeed81e4d003fc.aballier@gentoo
1 commit: 891b80d3e5750b0974678e241ddeed81e4d003fc
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 9 20:39:00 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=891b80d3
7
8 dev-ml/xml-light: keyword ~arm
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 dev-ml/xml-light/xml-light-2.2-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ml/xml-light/xml-light-2.2-r3.ebuild b/dev-ml/xml-light/xml-light-2.2-r3.ebuild
16 index 16a15b1188e..87900d3fd8b 100644
17 --- a/dev-ml/xml-light/xml-light-2.2-r3.ebuild
18 +++ b/dev-ml/xml-light/xml-light-2.2-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -11,7 +11,7 @@ SRC_URI="http://tech.motion-twin.com/zip/${P}.zip"
26
27 LICENSE="LGPL-2.1"
28 SLOT="0/${PV}"
29 -KEYWORDS="amd64 x86"
30 +KEYWORDS="amd64 ~arm x86"
31 IUSE="doc +ocamlopt"
32
33 RDEPEND="dev-lang/ocaml:=[ocamlopt?]"