projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9531913
)
dev-python/lit: Bump -9999 to EAPI 7
author
Michał Górny
<mgorny@gentoo.org>
Sat, 20 Jul 2019 20:55:08 +0000
(22:55 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 20 Jul 2019 22:34:36 +0000
(
00:34
+0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/lit/lit-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/lit/lit-9999.ebuild
b/dev-python/lit/lit-9999.ebuild
index 0f71b5bb84ce5afcb0fa69d688e57f1ed473449d..48607eb9c9054d94d113abf594d7d80b6630f550 100644
(file)
--- a/
dev-python/lit/lit-9999.ebuild
+++ b/
dev-python/lit/lit-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
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1 git-r3 multiprocessing
@@
-35,6
+35,7
@@
src_unpack() {
}
python_test() {
+ local -x LIT_PRESERVES_TMP=1
./lit.py -j "${LIT_JOBS:-$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")}" \
-vv tests || die
}