From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2949158012 for ; Tue, 21 Sep 2021 08:20:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09E3DE08A8; Tue, 21 Sep 2021 08:20:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E818EE08A8 for ; Tue, 21 Sep 2021 08:20:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF63D342FD3 for ; Tue, 21 Sep 2021 07:54:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C3CA107 for ; Tue, 21 Sep 2021 07:54:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1632210862.2cb4b5a232ae489fb2d17595cebcb9cb6cae7f8f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/llvm-ocaml/llvm-ocaml-13.0.0_rc3.ebuild X-VCS-Directories: dev-ml/llvm-ocaml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2cb4b5a232ae489fb2d17595cebcb9cb6cae7f8f X-VCS-Branch: master Date: Tue, 21 Sep 2021 07:54:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c6c29dc2-3d06-47a1-aee2-ea641814bd9d X-Archives-Hash: 022670260c30972f8cf5caa6bd893845 commit: 2cb4b5a232ae489fb2d17595cebcb9cb6cae7f8f Author: Michał Górny gentoo org> AuthorDate: Tue Sep 21 06:51:56 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 21 07:54:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb4b5a2 dev-ml/llvm-ocaml: Forward port target changes to 13.0.0_rc3 Signed-off-by: Michał Górny gentoo.org> dev-ml/llvm-ocaml/llvm-ocaml-13.0.0_rc3.ebuild | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-13.0.0_rc3.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-13.0.0_rc3.ebuild index d082ba50ed2..d0039fc6ae9 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-13.0.0_rc3.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-13.0.0_rc3.ebuild @@ -9,18 +9,10 @@ inherit cmake llvm llvm.org python-any-r1 DESCRIPTION="OCaml bindings for LLVM" HOMEPAGE="https://llvm.org/" -# Keep in sync with sys-devel/llvm -ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC CSKY M68k VE ) -ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM AVR BPF Hexagon Lanai Mips MSP430 - NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore - "${ALL_LLVM_EXPERIMENTAL_TARGETS[@]}" ) -ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" ) - LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0/${PV}" KEYWORDS="" -IUSE="debug test ${ALL_LLVM_TARGETS[*]}" -REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )" +IUSE="debug test" RESTRICT="!test? ( test )" RDEPEND=" @@ -28,11 +20,6 @@ RDEPEND=" dev-ml/ocaml-ctypes:= ~sys-devel/llvm-${PV}:=[debug?] !sys-devel/llvm[ocaml(-)]" -for x in "${ALL_LLVM_TARGETS[@]}"; do - RDEPEND+=" - ${x}? ( ~sys-devel/llvm-${PV}[${x}] )" -done -unset x DEPEND="${RDEPEND}" BDEPEND=" @@ -43,6 +30,7 @@ BDEPEND=" ${PYTHON_DEPS}" LLVM_COMPONENTS=( llvm ) +LLVM_USE_TARGETS=llvm llvm.org_set_globals pkg_setup() {