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/camlp4/
Date: Mon, 19 Jun 2017 18:12:48
Message-Id: 1497895948.fe9f0382b37562e3a8070259f8624ec9724832f9.aballier@gentoo
1 commit: fe9f0382b37562e3a8070259f8624ec9724832f9
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 18:11:06 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 18:12:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe9f0382
7
8 dev-ml/camlp4: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/camlp4/camlp4-4.04_p1.ebuild | 2 +-
13 dev-ml/camlp4/camlp4-4.05_p1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ml/camlp4/camlp4-4.04_p1.ebuild b/dev-ml/camlp4/camlp4-4.04_p1.ebuild
17 index 21fe8f670de..9a5152d03f3 100644
18 --- a/dev-ml/camlp4/camlp4-4.04_p1.ebuild
19 +++ b/dev-ml/camlp4/camlp4-4.04_p1.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="LGPL-2-with-linking-exception"
23 SLOT="0/${PV}"
24 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
25 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
26 IUSE="+ocamlopt"
27
28 DEPEND=">=dev-lang/ocaml-4.04_beta:=[ocamlopt?]"
29
30 diff --git a/dev-ml/camlp4/camlp4-4.05_p1.ebuild b/dev-ml/camlp4/camlp4-4.05_p1.ebuild
31 index f2382e86d20..63a829b7422 100644
32 --- a/dev-ml/camlp4/camlp4-4.05_p1.ebuild
33 +++ b/dev-ml/camlp4/camlp4-4.05_p1.ebuild
34 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
35
36 LICENSE="LGPL-2-with-linking-exception"
37 SLOT="0/${PV}"
38 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
39 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
40 IUSE="+ocamlopt"
41
42 DEPEND=">=dev-lang/ocaml-4.05_beta:=[ocamlopt?]"