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 1AFC513835A for ; Sun, 29 Nov 2020 10:36:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EA4AE0849; Sun, 29 Nov 2020 10:36:02 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37682E0849 for ; Sun, 29 Nov 2020 10:36:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48FA5340C15 for ; Sun, 29 Nov 2020 10:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE83E3F0 for ; Sun, 29 Nov 2020 10:35:59 +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: <1606646114.75f89477e6964badf366c72e349723ac945fc028.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-10.0.1.ebuild dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.ebuild X-VCS-Directories: dev-ml/llvm-ocaml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 75f89477e6964badf366c72e349723ac945fc028 X-VCS-Branch: master Date: Sun, 29 Nov 2020 10:35:59 +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: dcb82832-2567-4e11-a806-40f5b112e4bd X-Archives-Hash: a8ead98e8a1ec6f768875b82fa5cc0f3 commit: 75f89477e6964badf366c72e349723ac945fc028 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 29 10:35:14 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 29 10:35:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f89477 dev-ml/llvm-ocaml: Fix old versions too Signed-off-by: Michał Górny gentoo.org> dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.ebuild | 2 +- dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild | 2 +- dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.ebuild index 17ad0324ab8..c9f95c843aa 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.ebuild @@ -32,7 +32,7 @@ RDEPEND=" !sys-devel/llvm[ocaml(-)]" for x in "${ALL_LLVM_TARGETS[@]}"; do RDEPEND+=" - ~sys-devel/llvm-${PV}[${x}]" + ${x}? ( ~sys-devel/llvm-${PV}[${x}] )" done unset x diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild index 1cc3103d9d2..425c6b24733 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild @@ -32,7 +32,7 @@ RDEPEND=" !sys-devel/llvm[ocaml(-)]" for x in "${ALL_LLVM_TARGETS[@]}"; do RDEPEND+=" - ~sys-devel/llvm-${PV}[${x}]" + ${x}? ( ~sys-devel/llvm-${PV}[${x}] )" done unset x diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.ebuild index d2b0fe4d121..f6d102ad555 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.ebuild @@ -30,7 +30,7 @@ RDEPEND=" !sys-devel/llvm[ocaml(-)]" for x in "${ALL_LLVM_TARGETS[@]}"; do RDEPEND+=" - ~sys-devel/llvm-${PV}[${x}]" + ${x}? ( ~sys-devel/llvm-${PV}[${x}] )" done unset x