Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/multipath-tools/
Date: Thu, 09 Feb 2017 11:39:38
Message-Id: 1486640372.a82f238acfa475d876cbf8f42d857f1046fcb6a0.radhermit@gentoo
1 commit: a82f238acfa475d876cbf8f42d857f1046fcb6a0
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 9 11:37:11 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 11:39:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82f238a
7
8 sys-fs/multipath-tools: export full compiler name for build
9
10 sys-fs/multipath-tools/multipath-tools-0.6.4.ebuild | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/sys-fs/multipath-tools/multipath-tools-0.6.4.ebuild b/sys-fs/multipath-tools/multipath-tools-0.6.4.ebuild
14 index 6d4e372ff1..97b1aa2fee 100644
15 --- a/sys-fs/multipath-tools/multipath-tools-0.6.4.ebuild
16 +++ b/sys-fs/multipath-tools/multipath-tools-0.6.4.ebuild
17 @@ -4,7 +4,7 @@
18
19 EAPI=6
20
21 -inherit linux-info systemd toolchain-funcs udev vcs-snapshot
22 +inherit linux-info systemd toolchain-funcs udev vcs-snapshot toolchain-funcs
23
24 DESCRIPTION="Device mapper target autoconfig"
25 HOMEPAGE="http://christophe.varoqui.free.fr/"
26 @@ -66,6 +66,7 @@ src_compile() {
27 # LIBDM_API_FLUSH involves grepping files in /usr/include,
28 # so force the test to go the way we want #411337.
29 emake \
30 + CC="$(tc-getCC)" \
31 LIBDM_API_FLUSH=1 SYSTEMD="$(get_systemd_pv)"
32 }