Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/
Date: Sat, 20 Jul 2019 22:35:02
Message-Id: 1563662084.eb63027ee1c0b7dcfed308a7d27669b1418d8e79.mgorny@gentoo
1 commit: eb63027ee1c0b7dcfed308a7d27669b1418d8e79
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 20 20:55:24 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 20 22:34:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb63027e
7
8 sys-libs/llvm-libunwind: Bump -9999 to EAPI 7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
16 index a5c5c542e43..e3d8317fde3 100644
17 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
18 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2019 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
27 # (needed due to CMAKE_BUILD_TYPE != Gentoo)
28 @@ -134,6 +134,7 @@ multilib_src_test() {
29 build_libcxx
30 mv "${BUILD_DIR}"/libcxx*/lib/libc++* "${BUILD_DIR}/$(get_libdir)/" || die
31
32 + local -x LIT_PRESERVES_TMP=1
33 cmake-utils_src_make check-unwind
34 }