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 AE2951382C5 for ; Fri, 9 Feb 2018 12:58:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1F75E0C27; Fri, 9 Feb 2018 12:58:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8C1E3E0C27 for ; Fri, 9 Feb 2018 12:58:42 +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 01172335CDB for ; Fri, 9 Feb 2018 12:58:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 431DF1CD for ; Fri, 9 Feb 2018 12:58:39 +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: <1518181114.5faf112ea6bab97c5559e749098d92dce31cd644.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-5.0.1.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5faf112ea6bab97c5559e749098d92dce31cd644 X-VCS-Branch: master Date: Fri, 9 Feb 2018 12:58:39 +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: 21483797-8e97-4e3c-ae8d-4e65479471fe X-Archives-Hash: 71b66986a987704120ee42c701543c30 commit: 5faf112ea6bab97c5559e749098d92dce31cd644 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 9 12:58:16 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 9 12:58:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5faf112e sys-devel/clang: Restore calling cmake-utils_src_prepare Fixes: a1b84f8898 (sys-devel/clang: add prefix includes patch for darwin too) sys-devel/clang/clang-5.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/clang/clang-5.0.1.ebuild b/sys-devel/clang/clang-5.0.1.ebuild index 375aedcf55a..e07848fcd49 100644 --- a/sys-devel/clang/clang-5.0.1.ebuild +++ b/sys-devel/clang/clang-5.0.1.ebuild @@ -113,7 +113,7 @@ src_unpack() { } src_prepare() { - default + cmake-utils_src_prepare eprefixify lib/Frontend/InitHeaderSearch.cpp }