From 23618ab1d7db68fba8b8350675cf1861653ba246 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 27 Apr 2022 10:35:02 +0200 Subject: dev-ml/llvm-ocaml: Modernize MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'dev-ml/llvm-ocaml') 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 index 9263abe8c53e..204608ff33a4 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) inherit cmake llvm llvm.org python-any-r1 @@ -19,14 +19,18 @@ RDEPEND=" >=dev-lang/ocaml-4.00.0:0= dev-ml/ocaml-ctypes:= ~sys-devel/llvm-${PV}:=[debug?] - !sys-devel/llvm[ocaml(-)]" + !sys-devel/llvm[ocaml(-)] +" -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} +" BDEPEND=" + ${PYTHON_DEPS} dev-lang/perl dev-ml/findlib >=dev-util/cmake-3.16 - ${PYTHON_DEPS}" +" LLVM_COMPONENTS=( llvm cmake third-party ) LLVM_USE_TARGETS=llvm -- cgit v1.2.3-65-gdbad