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/libcxx/
Date: Sat, 20 Jul 2019 22:35:04
Message-Id: 1563662086.5619e646ba30e34e761f152cc3f90ce095cd0071.mgorny@gentoo
1 commit: 5619e646ba30e34e761f152cc3f90ce095cd0071
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 20 20:55:28 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 20 22:34:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5619e646
7
8 sys-libs/libcxx: Bump -9999 to EAPI 7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/libcxx/libcxx-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild
16 index 06a570bb8c0..71e8ea26429 100644
17 --- a/sys-libs/libcxx/libcxx-9999.ebuild
18 +++ b/sys-libs/libcxx/libcxx-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 # Ninja provides better scalability and cleaner verbose output, and is used
27 # throughout all LLVM projects.
28 @@ -166,6 +166,7 @@ multilib_src_configure() {
29 }
30
31 multilib_src_test() {
32 + local -x LIT_PRESERVES_TMP=1
33 cmake-utils_src_make check-libcxx
34 }