sys-libs/libcxx: Bump -9999 to EAPI 7
authorMichał Górny <mgorny@gentoo.org>
Sat, 20 Jul 2019 20:55:28 +0000 (22:55 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 20 Jul 2019 22:34:46 +0000 (00:34 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-libs/libcxx/libcxx-9999.ebuild

index 06a570bb8c0f7f07818ec2e49c5618bcae2b77e8..71e8ea26429b7df09fdd5b0683fe2e75b5492b29 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 # Ninja provides better scalability and cleaner verbose output, and is used
 # throughout all LLVM projects.
@@ -166,6 +166,7 @@ multilib_src_configure() {
 }
 
 multilib_src_test() {
+       local -x LIT_PRESERVES_TMP=1
        cmake-utils_src_make check-libcxx
 }