summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-20 22:55:19 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-21 00:34:42 +0200
commita0300eb00f329b66ac8fa68d2d83aa86549a3f6d (patch)
treee73778aba59979430c4aa843dc78d116e03dcd29 /dev-util/lldb
parentdev-python/clang-python: Bump -9999 to EAPI 7 (diff)
downloadgentoo-a0300eb00f329b66ac8fa68d2d83aa86549a3f6d.tar.gz
gentoo-a0300eb00f329b66ac8fa68d2d83aa86549a3f6d.tar.bz2
gentoo-a0300eb00f329b66ac8fa68d2d83aa86549a3f6d.zip
dev-util/lldb: Bump -9999 to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/lldb')
-rw-r--r--dev-util/lldb/lldb-9999.ebuild5
1 files 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
}