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: Sun, 17 Oct 2021 19:09:39
Message-Id: 1634497693.b7a38a9ed1c6287f84fada05220a44df42ef3007.sam@gentoo
1 commit: b7a38a9ed1c6287f84fada05220a44df42ef3007
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 19:08:13 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 19:08:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a38a9e
7
8 dev-ml/camlp4: Stabilize 4.11_p1-r2 arm64, #804774
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild b/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild
16 index 51b6de4ca95..24d6b91a79b 100644
17 --- a/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild
18 +++ b/dev-ml/camlp4/camlp4-4.11_p1-r2.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 x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux"
25 IUSE="+ocamlopt"
26
27 RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"