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 F2870139694 for ; Tue, 7 Mar 2017 15:58:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23DFAE0BFA; Tue, 7 Mar 2017 15:58:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00565E0BFA for ; Tue, 7 Mar 2017 15:58:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BECF4340EF6 for ; Tue, 7 Mar 2017 15:58:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C5E85FAA for ; Tue, 7 Mar 2017 15:58:24 +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: <1488902298.c89153c4c0afe9f7b8997e17e7f79a7c6bbe8232.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-4.0.0_rc3.ebuild sys-devel/llvm/llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c89153c4c0afe9f7b8997e17e7f79a7c6bbe8232 X-VCS-Branch: master Date: Tue, 7 Mar 2017 15:58:24 +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: 02598c5f-e8b2-4cbc-9583-55da191f2a92 X-Archives-Hash: 24d846c953e29e74bbb95fa41042941e commit: c89153c4c0afe9f7b8997e17e7f79a7c6bbe8232 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 7 15:37:08 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 7 15:58:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89153c4 sys-devel/llvm: Remove USE=multitarget for 4+ The USE=multitarget is used only by three packages in Gentoo: - old versions of dev-lang/rust that do not support new LLVM versions, - old versions of dev-python/llvmlite that do not support new LLVM versions, - sys-devel/clang metapackage. Since it is only an irritating REQUIRED_USE backwards compatbility knob, and it is no longer needed for dependencies, remove it. sys-devel/llvm/llvm-4.0.0_rc3.ebuild | 5 ++--- sys-devel/llvm/llvm-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sys-devel/llvm/llvm-4.0.0_rc3.ebuild b/sys-devel/llvm/llvm-4.0.0_rc3.ebuild index 531baa47636..56a76a6aeb9 100644 --- a/sys-devel/llvm/llvm-4.0.0_rc3.ebuild +++ b/sys-devel/llvm/llvm-4.0.0_rc3.ebuild @@ -32,7 +32,7 @@ LICENSE="UoI-NCSA rc BSD public-domain llvm_targets_ARM? ( LLVM-Grant )" SLOT="$(get_major_version)" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="debug +doc gold libedit +libffi multitarget ncurses test +IUSE="debug +doc gold libedit +libffi ncurses test elibc_musl kernel_Darwin ${ALL_LLVM_TARGETS[*]}" RDEPEND=" @@ -63,8 +63,7 @@ PDEPEND="app-vim/llvm-vim gold? ( sys-devel/llvmgold )" REQUIRED_USE="${PYTHON_REQUIRED_USE} - || ( ${ALL_LLVM_TARGETS[*]} ) - multitarget? ( ${ALL_LLVM_TARGETS[*]} )" + || ( ${ALL_LLVM_TARGETS[*]} )" S=${WORKDIR}/${P/_/}.src diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index 5e54cffe1bc..cdba7b1daf4 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -34,7 +34,7 @@ LICENSE="UoI-NCSA rc BSD public-domain llvm_targets_ARM? ( LLVM-Grant )" SLOT="5" KEYWORDS="" -IUSE="debug +doc gold libedit +libffi multitarget ncurses test +IUSE="debug +doc gold libedit +libffi ncurses test elibc_musl kernel_Darwin ${ALL_LLVM_TARGETS[*]}" RDEPEND=" @@ -65,8 +65,7 @@ PDEPEND="app-vim/llvm-vim gold? ( sys-devel/llvmgold )" REQUIRED_USE="${PYTHON_REQUIRED_USE} - || ( ${ALL_LLVM_TARGETS[*]} ) - multitarget? ( ${ALL_LLVM_TARGETS[*]} )" + || ( ${ALL_LLVM_TARGETS[*]} )" # least intrusive of all CMAKE_BUILD_TYPE=RelWithDebInfo