Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp4/
Date: Tue, 01 Sep 2020 00:04:37
Message-Id: 1598918644.dfea786fd2fcfebcd22017a1298920bbac7bd299.sam@gentoo
1 commit: dfea786fd2fcfebcd22017a1298920bbac7bd299
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 00:04:04 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 00:04:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfea786f
7
8 dev-ml/camlp4: Stabilize 4.08_p1 arm, #710152
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/camlp4/camlp4-4.08_p1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/camlp4/camlp4-4.08_p1.ebuild b/dev-ml/camlp4/camlp4-4.08_p1.ebuild
16 index 4607c05c425..adf61a9c6c5 100644
17 --- a/dev-ml/camlp4/camlp4-4.08_p1.ebuild
18 +++ b/dev-ml/camlp4/camlp4-4.08_p1.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz
20
21 LICENSE="LGPL-2-with-linking-exception"
22 SLOT="0/${PV}"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
25 IUSE="+ocamlopt"
26
27 DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt?]"