sys-libs/libomp: Force lit to respect TMPDIR
authorMichał Górny <mgorny@gentoo.org>
Sat, 1 Oct 2016 16:54:13 +0000 (18:54 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 1 Oct 2016 19:05:54 +0000 (21:05 +0200)
sys-libs/libomp/libomp-9999.ebuild

index 245105c3a3d43ef2312000b32643a81b2bb0e82d..32c0683b71d1670ac10b1eddaf1ac07a698b1b5a 100644 (file)
@@ -57,5 +57,8 @@ multilib_src_configure() {
 }
 
 multilib_src_test() {
+       # respect TMPDIR!
+       local -x LIT_PRESERVES_TMP=1
+
        cmake-utils_src_make check-libomp
 }