Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/include-what-you-use/
Date: Mon, 16 Oct 2017 00:08:47
Message-Id: 1508112412.586afe94b071c8f5086bd39f79b4768fefb451ad.soap@gentoo
1 commit: 586afe94b071c8f5086bd39f79b4768fefb451ad
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 23:36:10 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 00:06:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=586afe94
7
8 dev-util/include-what-you-use: [QA] Add cmake-utils_src_prepare
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 dev-util/include-what-you-use/include-what-you-use-3.9.ebuild | 2 +-
13 dev-util/include-what-you-use/include-what-you-use-4.0-r1.ebuild | 2 +-
14 dev-util/include-what-you-use/include-what-you-use-4.0.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 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
18 index d70ae3b9f7e..a5e130971df 100644
19 --- a/dev-util/include-what-you-use/include-what-you-use-3.9.ebuild
20 +++ b/dev-util/include-what-you-use/include-what-you-use-3.9.ebuild
21 @@ -28,8 +28,8 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
22 S=${WORKDIR}/llvm/tools/clang/tools/${PN}
23
24 src_prepare() {
25 + cmake-utils_src_prepare
26 python_fix_shebang .
27 - default
28 }
29
30 src_configure() {
31
32 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
33 index 4876be74098..5b23f35f1cb 100644
34 --- a/dev-util/include-what-you-use/include-what-you-use-4.0-r1.ebuild
35 +++ b/dev-util/include-what-you-use/include-what-you-use-4.0-r1.ebuild
36 @@ -31,8 +31,8 @@ pkg_setup() {
37 }
38
39 src_prepare() {
40 + cmake-utils_src_prepare
41 python_fix_shebang .
42 - default
43 }
44
45 src_configure() {
46
47 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
48 index cb7b16cd717..c6aa5cf5d32 100644
49 --- a/dev-util/include-what-you-use/include-what-you-use-4.0.ebuild
50 +++ b/dev-util/include-what-you-use/include-what-you-use-4.0.ebuild
51 @@ -26,8 +26,8 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
52 S=${WORKDIR}/${PN}-clang_${PV}
53
54 src_prepare() {
55 + cmake-utils_src_prepare
56 python_fix_shebang .
57 - default
58 }
59
60 src_configure() {