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 E8B78138334 for ; Sat, 21 Sep 2019 09:16:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41B85E094A; Sat, 21 Sep 2019 09:15:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EE9C8E094A for ; Sat, 21 Sep 2019 09:15:55 +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 A72A634B44E for ; Sat, 21 Sep 2019 09:15:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFA597FB for ; Sat, 21 Sep 2019 09:15:49 +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: <1569057326.7f6b5a234aa3c3d80fcc029f76918851094b3355.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.0.9999.ebuild dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.9999.ebuild dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.ebuild X-VCS-Directories: dev-ml/llvm-ocaml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7f6b5a234aa3c3d80fcc029f76918851094b3355 X-VCS-Branch: master Date: Sat, 21 Sep 2019 09:15:49 +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: 833efb29-5fb9-431c-ba96-69b5b05cbee6 X-Archives-Hash: 350edee5b38d971844b29db63362d3c2 commit: 7f6b5a234aa3c3d80fcc029f76918851094b3355 Author: Michał Górny gentoo org> AuthorDate: Sat Sep 21 08:32:43 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 21 09:15:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6b5a23 dev-ml/llvm-ocaml: Reorder ebuild vars in 9+ Signed-off-by: Michał Górny gentoo.org> dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild | 3 +-- dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.9999.ebuild | 3 +-- dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.ebuild | 6 ++---- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild index 3fd5dbb40b8..5fb5269eb05 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild @@ -28,6 +28,7 @@ LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0/${PV}" KEYWORDS="" IUSE="debug test ${ALL_LLVM_TARGETS[*]}" +REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )" RESTRICT="!test? ( test )" RDEPEND=" @@ -44,8 +45,6 @@ BDEPEND=" !!