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 55824138359 for ; Thu, 23 Jul 2020 10:00:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 273DDE086C; Thu, 23 Jul 2020 10:00:41 +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 0D292E086C for ; Thu, 23 Jul 2020 10:00:41 +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 0FDF834F187 for ; Thu, 23 Jul 2020 10:00:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1D9B2F2 for ; Thu, 23 Jul 2020 10:00:32 +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: <1595498424.3c31c103af2c93bbc2d2fc97773dc0bf3484cd2a.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-11.0.0.9999.ebuild sys-devel/clang/clang-12.0.0.9999.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3c31c103af2c93bbc2d2fc97773dc0bf3484cd2a X-VCS-Branch: master Date: Thu, 23 Jul 2020 10:00:32 +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: 62b2ca36-d75e-410a-ae07-f380c82ed18e X-Archives-Hash: 5d8b8f7c88686890f9adc3ffbc50529f commit: 3c31c103af2c93bbc2d2fc97773dc0bf3484cd2a Author: Michał Górny gentoo org> AuthorDate: Thu Jul 23 07:57:19 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 23 10:00:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c31c103 sys-devel/clang: Build only distribution targets in src_compile() Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-11.0.0.9999.ebuild | 2 +- sys-devel/clang/clang-12.0.0.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/clang/clang-11.0.0.9999.ebuild b/sys-devel/clang/clang-11.0.0.9999.ebuild index 76cb2b8d998..e9c013ee413 100644 --- a/sys-devel/clang/clang-11.0.0.9999.ebuild +++ b/sys-devel/clang/clang-11.0.0.9999.ebuild @@ -296,7 +296,7 @@ multilib_src_configure() { } multilib_src_compile() { - cmake_src_compile + cmake_build distribution # provide a symlink for tests if [[ ! -L ${WORKDIR}/lib/clang ]]; then diff --git a/sys-devel/clang/clang-12.0.0.9999.ebuild b/sys-devel/clang/clang-12.0.0.9999.ebuild index 76cb2b8d998..e9c013ee413 100644 --- a/sys-devel/clang/clang-12.0.0.9999.ebuild +++ b/sys-devel/clang/clang-12.0.0.9999.ebuild @@ -296,7 +296,7 @@ multilib_src_configure() { } multilib_src_compile() { - cmake_src_compile + cmake_build distribution # provide a symlink for tests if [[ ! -L ${WORKDIR}/lib/clang ]]; then