Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/
Date: Sat, 01 Oct 2016 19:06:04
Message-Id: 1475348754.8cf64098f940776fd38b8ed0b5b5a435f9c20bf5.mgorny@gentoo
1 commit: 8cf64098f940776fd38b8ed0b5b5a435f9c20bf5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 16:54:13 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 19:05:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf64098
7
8 sys-libs/libomp: Force lit to respect TMPDIR
9
10 sys-libs/libomp/libomp-9999.ebuild | 3 +++
11 1 file changed, 3 insertions(+)
12
13 diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild
14 index 245105c..32c0683 100644
15 --- a/sys-libs/libomp/libomp-9999.ebuild
16 +++ b/sys-libs/libomp/libomp-9999.ebuild
17 @@ -57,5 +57,8 @@ multilib_src_configure() {
18 }
19
20 multilib_src_test() {
21 + # respect TMPDIR!
22 + local -x LIT_PRESERVES_TMP=1
23 +
24 cmake-utils_src_make check-libomp
25 }