Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/
Date: Wed, 27 Apr 2022 12:27:17
Message-Id: 1651062414.23618ab1d7db68fba8b8350675cf1861653ba246.mgorny@gentoo
1 commit: 23618ab1d7db68fba8b8350675cf1861653ba246
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 08:35:02 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 12:26:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23618ab1
7
8 dev-ml/llvm-ocaml: Modernize
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild | 12 ++++++++----
13 1 file changed, 8 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild
16 index 9263abe8c53e..204608ff33a4 100644
17 --- a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild
18 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 PYTHON_COMPAT=( python3_{8..10} )
27 inherit cmake llvm llvm.org python-any-r1
28 @@ -19,14 +19,18 @@ RDEPEND="
29 >=dev-lang/ocaml-4.00.0:0=
30 dev-ml/ocaml-ctypes:=
31 ~sys-devel/llvm-${PV}:=[debug?]
32 - !sys-devel/llvm[ocaml(-)]"
33 + !sys-devel/llvm[ocaml(-)]
34 +"
35
36 -DEPEND="${RDEPEND}"
37 +DEPEND="
38 + ${RDEPEND}
39 +"
40 BDEPEND="
41 + ${PYTHON_DEPS}
42 dev-lang/perl
43 dev-ml/findlib
44 >=dev-util/cmake-3.16
45 - ${PYTHON_DEPS}"
46 +"
47
48 LLVM_COMPONENTS=( llvm cmake third-party )
49 LLVM_USE_TARGETS=llvm