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: Fri, 25 Sep 2020 19:00:47
Message-Id: 1601060440.69d0739d8e931a09989d39fdb07abc11234cca8e.sam@gentoo
1 commit: 69d0739d8e931a09989d39fdb07abc11234cca8e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 19:00:06 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 19:00:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d0739d
7
8 dev-ml/camlp4: Stabilize 4.08_p1 amd64, #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 0aed51629a8..aee3b5ec2ec 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?]"