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: Wed, 27 Apr 2022 12:27:18
Message-Id: 1651062417.8fed64dc16f923e505ddea1c595b0516645ada6e.mgorny@gentoo
1 commit: 8fed64dc16f923e505ddea1c595b0516645ada6e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 08:35:07 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 12:26:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fed64dc
7
8 dev-python/lit: Modernize
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/lit/lit-15.0.0.9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/lit/lit-15.0.0.9999.ebuild b/dev-python/lit/lit-15.0.0.9999.ebuild
16 index 89c5315a5acb..cc8dd9798ac7 100644
17 --- a/dev-python/lit/lit-15.0.0.9999.ebuild
18 +++ b/dev-python/lit/lit-15.0.0.9999.ebuild
19 @@ -22,7 +22,8 @@ BDEPEND="
20 test? (
21 dev-python/psutil[${PYTHON_USEDEP}]
22 sys-devel/llvm
23 - )"
24 + )
25 +"
26
27 LLVM_COMPONENTS=( llvm/utils/lit )
28 llvm.org_set_globals