diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-20 22:55:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-21 00:34:46 +0200 |
commit | 5619e646ba30e34e761f152cc3f90ce095cd0071 (patch) | |
tree | 8a442e4e943a5e32e2546192703181c248c4beda /sys-libs | |
parent | sys-libs/libcxxabi: Bump -9999 to EAPI 7 (diff) | |
download | gentoo-5619e646ba30e34e761f152cc3f90ce095cd0071.tar.gz gentoo-5619e646ba30e34e761f152cc3f90ce095cd0071.tar.bz2 gentoo-5619e646ba30e34e761f152cc3f90ce095cd0071.zip |
sys-libs/libcxx: Bump -9999 to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libcxx/libcxx-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild index 06a570bb8c0f..71e8ea26429b 100644 --- a/sys-libs/libcxx/libcxx-9999.ebuild +++ b/sys-libs/libcxx/libcxx-9999.ebuild @@ -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 } |