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: Wed, 09 Jun 2021 21:45:32
Message-Id: 1623275049.b7c22bd1951d46b7f4b68aa211665ccf5863e448.sam@gentoo
1 commit: b7c22bd1951d46b7f4b68aa211665ccf5863e448
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 9 21:44:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 21:44:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c22bd1
7
8 dev-ml/camlp4: stabilize 4.09_p1
9
10 Bug: https://bugs.gentoo.org/794898
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-ml/camlp4/camlp4-4.09_p1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ml/camlp4/camlp4-4.09_p1.ebuild b/dev-ml/camlp4/camlp4-4.09_p1.ebuild
17 index eefd80d28d0..80481b707c6 100644
18 --- a/dev-ml/camlp4/camlp4-4.09_p1.ebuild
19 +++ b/dev-ml/camlp4/camlp4-4.09_p1.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/camlp4/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 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux"
26 IUSE="+ocamlopt"
27
28 DEPEND="dev-lang/ocaml:0/4.09[ocamlopt?]"