From a0300eb00f329b66ac8fa68d2d83aa86549a3f6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 20 Jul 2019 22:55:19 +0200 Subject: [PATCH] dev-util/lldb: Bump -9999 to EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-util/lldb/lldb-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild index 3f43283685fb..af3da08cb2e3 100644 --- a/dev-util/lldb/lldb-9999.ebuild +++ b/dev-util/lldb/lldb-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# 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) @@ -98,6 +98,7 @@ src_configure() { } src_test() { + local -x LIT_PRESERVES_TMP=1 cmake-utils_src_make check-lldb-lit use python && cmake-utils_src_make check-lldb } -- 2.26.2