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

index 9f28d04485edf447d6c9e11daeca872abca3faaf..8d9edb349346628601f0d838517a64c7dc9613b6 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
 
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 # (needed due to CMAKE_BUILD_TYPE != Gentoo)
@@ -112,6 +112,7 @@ multilib_src_test() {
        build_libcxx
        mv "${BUILD_DIR}"/libcxx/lib/libc++* "${BUILD_DIR}/$(get_libdir)/" || die
 
+       local -x LIT_PRESERVES_TMP=1
        cmake-utils_src_make check-libcxxabi
 }