diff options
author | 2019-07-20 22:55:24 +0200 | |
---|---|---|
committer | 2019-07-21 00:34:44 +0200 | |
commit | eb63027ee1c0b7dcfed308a7d27669b1418d8e79 (patch) | |
tree | 60e9ad6c9edcb46e44bc19377be7cbf6e2d9b85b /sys-libs/llvm-libunwind | |
parent | sys-libs/compiler-rt-sanitizers: Bump -9999 to EAPI 7 (diff) | |
download | gentoo-eb63027ee1c0b7dcfed308a7d27669b1418d8e79.tar.gz gentoo-eb63027ee1c0b7dcfed308a7d27669b1418d8e79.tar.bz2 gentoo-eb63027ee1c0b7dcfed308a7d27669b1418d8e79.zip |
sys-libs/llvm-libunwind: Bump -9999 to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/llvm-libunwind')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild index a5c5c542e433..e3d8317fde30 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-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 : ${CMAKE_MAKEFILE_GENERATOR:=ninja} # (needed due to CMAKE_BUILD_TYPE != Gentoo) @@ -134,6 +134,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-unwind } |