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: dev-python/lit/
Date: Sat, 20 Jul 2019 22:34:59
Message-Id: 1563662076.2b098bc830ca4bb37d75fd0295984157b07a71e8.mgorny@gentoo
1 commit: 2b098bc830ca4bb37d75fd0295984157b07a71e8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 20 20:55:08 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 20 22:34:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b098bc8
7
8 dev-python/lit: Bump -9999 to EAPI 7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/lit/lit-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild
16 index 0f71b5bb84c..48607eb9c90 100644
17 --- a/dev-python/lit/lit-9999.ebuild
18 +++ b/dev-python/lit/lit-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 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
27 inherit distutils-r1 git-r3 multiprocessing
28 @@ -35,6 +35,7 @@ src_unpack() {
29 }
30
31 python_test() {
32 + local -x LIT_PRESERVES_TMP=1
33 ./lit.py -j "${LIT_JOBS:-$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")}" \
34 -vv tests || die
35 }