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 954011396D9 for ; Mon, 16 Oct 2017 00:08:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E448C2BC021; Mon, 16 Oct 2017 00:08:46 +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 C42622BC021 for ; Mon, 16 Oct 2017 00:08:46 +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 CCE0A33BF24 for ; Mon, 16 Oct 2017 00:08:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B8B570B7 for ; Mon, 16 Oct 2017 00:08:44 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1508112412.586afe94b071c8f5086bd39f79b4768fefb451ad.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/include-what-you-use/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/include-what-you-use/include-what-you-use-3.9.ebuild dev-util/include-what-you-use/include-what-you-use-4.0-r1.ebuild dev-util/include-what-you-use/include-what-you-use-4.0.ebuild X-VCS-Directories: dev-util/include-what-you-use/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 586afe94b071c8f5086bd39f79b4768fefb451ad X-VCS-Branch: master Date: Mon, 16 Oct 2017 00:08:44 +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: 4d9344db-3215-49d1-bf1a-a6a71d0d6f28 X-Archives-Hash: 8963c52897a6c7874880acfe021fcc3f commit: 586afe94b071c8f5086bd39f79b4768fefb451ad Author: David Seifert gentoo org> AuthorDate: Sun Oct 15 23:36:10 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Oct 16 00:06:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=586afe94 dev-util/include-what-you-use: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 dev-util/include-what-you-use/include-what-you-use-3.9.ebuild | 2 +- dev-util/include-what-you-use/include-what-you-use-4.0-r1.ebuild | 2 +- dev-util/include-what-you-use/include-what-you-use-4.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/include-what-you-use/include-what-you-use-3.9.ebuild b/dev-util/include-what-you-use/include-what-you-use-3.9.ebuild index d70ae3b9f7e..a5e130971df 100644 --- a/dev-util/include-what-you-use/include-what-you-use-3.9.ebuild +++ b/dev-util/include-what-you-use/include-what-you-use-3.9.ebuild @@ -28,8 +28,8 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} S=${WORKDIR}/llvm/tools/clang/tools/${PN} src_prepare() { + cmake-utils_src_prepare python_fix_shebang . - default } src_configure() { diff --git a/dev-util/include-what-you-use/include-what-you-use-4.0-r1.ebuild b/dev-util/include-what-you-use/include-what-you-use-4.0-r1.ebuild index 4876be74098..5b23f35f1cb 100644 --- a/dev-util/include-what-you-use/include-what-you-use-4.0-r1.ebuild +++ b/dev-util/include-what-you-use/include-what-you-use-4.0-r1.ebuild @@ -31,8 +31,8 @@ pkg_setup() { } src_prepare() { + cmake-utils_src_prepare python_fix_shebang . - default } src_configure() { diff --git a/dev-util/include-what-you-use/include-what-you-use-4.0.ebuild b/dev-util/include-what-you-use/include-what-you-use-4.0.ebuild index cb7b16cd717..c6aa5cf5d32 100644 --- a/dev-util/include-what-you-use/include-what-you-use-4.0.ebuild +++ b/dev-util/include-what-you-use/include-what-you-use-4.0.ebuild @@ -26,8 +26,8 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} S=${WORKDIR}/${PN}-clang_${PV} src_prepare() { + cmake-utils_src_prepare python_fix_shebang . - default } src_configure() {