summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-20 22:55:11 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-21 00:34:38 +0200
commit5ee0ad00f9bb67d720bb13284c0d4430d684dfbe (patch)
treec504c6123d3eb98d65dfb499f535af0a288240f5 /sys-devel/lld/lld-9999.ebuild
parentdev-ml/llvm-ocaml: Bump -9999 to EAPI 7 (diff)
downloadgentoo-5ee0ad00f9bb67d720bb13284c0d4430d684dfbe.tar.gz
gentoo-5ee0ad00f9bb67d720bb13284c0d4430d684dfbe.tar.bz2
gentoo-5ee0ad00f9bb67d720bb13284c0d4430d684dfbe.zip
sys-devel/lld: Bump -9999 to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/lld/lld-9999.ebuild')
-rw-r--r--sys-devel/lld/lld-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild
index 8b80aaa265c1..077a005ff361 100644
--- a/sys-devel/lld/lld-9999.ebuild
+++ b/sys-devel/lld/lld-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)
@@ -70,5 +70,6 @@ src_configure() {
}
src_test() {
+ local -x LIT_PRESERVES_TMP=1
cmake-utils_src_make check-lld
}