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 154AA1396D0 for ; Tue, 15 Aug 2017 12:35:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2F01E0EE1; Tue, 15 Aug 2017 12:35:47 +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 7CA43E0EE1 for ; Tue, 15 Aug 2017 12:35:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BD1E43417A3 for ; Tue, 15 Aug 2017 12:35:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78FD6784F for ; Tue, 15 Aug 2017 12:35:43 +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: <1502800536.d77f6af91976b51327d494aef5eeb734f30deed6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-4.0.1.ebuild sys-devel/clang/clang-5.0.9999.ebuild sys-devel/clang/clang-9999.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d77f6af91976b51327d494aef5eeb734f30deed6 X-VCS-Branch: master Date: Tue, 15 Aug 2017 12:35:43 +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-Archives-Salt: 08b3b0c8-9520-4be0-839f-1fddbf6abe9a X-Archives-Hash: 58bc09f2f534a1d8067d27dcd34b148d commit: d77f6af91976b51327d494aef5eeb734f30deed6 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 15 12:26:08 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 15 12:35:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77f6af9 sys-devel/clang: Finally remove back-compat USE=multitarget sys-devel/clang/clang-4.0.1.ebuild | 7 +++---- sys-devel/clang/clang-5.0.9999.ebuild | 8 +++----- sys-devel/clang/clang-9999.ebuild | 8 +++----- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/sys-devel/clang/clang-4.0.1.ebuild b/sys-devel/clang/clang-4.0.1.ebuild index 9bc810a7d53..21a5adf2696 100644 --- a/sys-devel/clang/clang-4.0.1.ebuild +++ b/sys-devel/clang/clang-4.0.1.ebuild @@ -27,8 +27,8 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?} LICENSE="UoI-NCSA" SLOT="$(get_major_version)" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="debug default-compiler-rt default-libcxx +doc multitarget - +static-analyzer test xml elibc_musl kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}" +IUSE="debug default-compiler-rt default-libcxx +doc +static-analyzer + test xml elibc_musl kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}" RDEPEND=" ~sys-devel/llvm-${PV}:${SLOT}=[debug=,${LLVM_TARGET_USEDEPS// /,},${MULTILIB_USEDEP}] @@ -51,8 +51,7 @@ PDEPEND=" default-libcxx? ( sys-libs/libcxx )" REQUIRED_USE="${PYTHON_REQUIRED_USE} - || ( ${ALL_LLVM_TARGETS[*]} ) - multitarget? ( ${ALL_LLVM_TARGETS[*]} )" + || ( ${ALL_LLVM_TARGETS[*]} )" # We need extra level of indirection for CLANG_RESOURCE_DIR S=${WORKDIR}/x/y/cfe-${PV/_/}.src diff --git a/sys-devel/clang/clang-5.0.9999.ebuild b/sys-devel/clang/clang-5.0.9999.ebuild index 268b06fbc7b..2ecd222748d 100644 --- a/sys-devel/clang/clang-5.0.9999.ebuild +++ b/sys-devel/clang/clang-5.0.9999.ebuild @@ -27,9 +27,8 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?} LICENSE="UoI-NCSA" SLOT="$(get_major_version)" KEYWORDS="" -IUSE="debug default-compiler-rt default-libcxx +doc multitarget - +static-analyzer test xml z3 elibc_musl kernel_FreeBSD - ${ALL_LLVM_TARGETS[*]}" +IUSE="debug default-compiler-rt default-libcxx +doc +static-analyzer + test xml z3 elibc_musl kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}" RDEPEND=" ~sys-devel/llvm-${PV}:${SLOT}=[debug=,${LLVM_TARGET_USEDEPS// /,},${MULTILIB_USEDEP}] @@ -55,8 +54,7 @@ PDEPEND=" default-libcxx? ( sys-libs/libcxx )" REQUIRED_USE="${PYTHON_REQUIRED_USE} - || ( ${ALL_LLVM_TARGETS[*]} ) - multitarget? ( ${ALL_LLVM_TARGETS[*]} )" + || ( ${ALL_LLVM_TARGETS[*]} )" # We need extra level of indirection for CLANG_RESOURCE_DIR S=${WORKDIR}/x/y/${P} diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild index 007031b3637..8dd135d6aa2 100644 --- a/sys-devel/clang/clang-9999.ebuild +++ b/sys-devel/clang/clang-9999.ebuild @@ -28,9 +28,8 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?} LICENSE="UoI-NCSA" SLOT="6" KEYWORDS="" -IUSE="debug default-compiler-rt default-libcxx +doc multitarget - +static-analyzer test xml z3 elibc_musl kernel_FreeBSD - ${ALL_LLVM_TARGETS[*]}" +IUSE="debug default-compiler-rt default-libcxx +doc +static-analyzer + test xml z3 elibc_musl kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}" RDEPEND=" ~sys-devel/llvm-${PV}:${SLOT}=[debug=,${LLVM_TARGET_USEDEPS// /,},${MULTILIB_USEDEP}] @@ -56,8 +55,7 @@ PDEPEND=" default-libcxx? ( sys-libs/libcxx )" REQUIRED_USE="${PYTHON_REQUIRED_USE} - || ( ${ALL_LLVM_TARGETS[*]} ) - multitarget? ( ${ALL_LLVM_TARGETS[*]} )" + || ( ${ALL_LLVM_TARGETS[*]} )" # We need extra level of indirection for CLANG_RESOURCE_DIR S=${WORKDIR}/x/y/${P}