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 0DDFB138330 for ; Sat, 1 Oct 2016 13:06:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5913321C0A0; Sat, 1 Oct 2016 13:06:12 +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 3E71E21C0A1 for ; Sat, 1 Oct 2016 13:06:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 41399340ED8 for ; Sat, 1 Oct 2016 13:06:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2B9824A8 for ; Sat, 1 Oct 2016 13:06:03 +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: <1475327161.95caf3dd3b8ab50b29d8e95de8e87aaa843b9193.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libomp/libomp-9999.ebuild X-VCS-Directories: sys-libs/libomp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 95caf3dd3b8ab50b29d8e95de8e87aaa843b9193 X-VCS-Branch: master Date: Sat, 1 Oct 2016 13:06:03 +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: 0598ee22-3082-4304-9e54-2ff12073db7d X-Archives-Hash: 91844e5deaa38733db9fce06259be6e6 commit: 95caf3dd3b8ab50b29d8e95de8e87aaa843b9193 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 1 13:02:15 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 1 13:06:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95caf3dd sys-libs/libomp: Update clang dep for unconditional wrapper install Depend on sys-devel/clang >= 3.9 since this version installs all ABI wrappers unconditionally now, therefore removing the need for MULTILIB_USEDEP and unnecessarily forcing all ABIs on libclang*. sys-libs/libomp/libomp-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild index fe851f1..245105c 100644 --- a/sys-libs/libomp/libomp-9999.ebuild +++ b/sys-libs/libomp/libomp-9999.ebuild @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} test? ( $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') sys-devel/llvm - sys-devel/clang[${MULTILIB_USEDEP}] + >=sys-devel/clang-3.9.0 )" python_check_deps() {