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: Sun, 29 Nov 2020 08:59:36
Message-Id: 1606639859.008fe9423baeec93b263332b1d3df556edad2386.mgorny@gentoo
1 commit: 008fe9423baeec93b263332b1d3df556edad2386
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 08:50:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 08:50:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=008fe942
7
8 dev-python/lit: Delay llvm.org_set_globals after vars
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/lit/lit-11.0.0.9999.ebuild | 5 +++--
13 dev-python/lit/lit-12.0.0.9999.ebuild | 5 +++--
14 2 files changed, 6 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/lit/lit-11.0.0.9999.ebuild b/dev-python/lit/lit-11.0.0.9999.ebuild
17 index eafbdc68398..8e876ebd859 100644
18 --- a/dev-python/lit/lit-11.0.0.9999.ebuild
19 +++ b/dev-python/lit/lit-11.0.0.9999.ebuild
20 @@ -10,8 +10,6 @@ inherit distutils-r1 llvm.org
21
22 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
23 HOMEPAGE="https://llvm.org/"
24 -LLVM_COMPONENTS=( llvm/utils/lit )
25 -llvm.org_set_globals
26
27 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
28 SLOT="0"
29 @@ -25,6 +23,9 @@ BDEPEND="
30 dev-python/psutil[${PYTHON_USEDEP}]
31 sys-devel/llvm )"
32
33 +LLVM_COMPONENTS=( llvm/utils/lit )
34 +llvm.org_set_globals
35 +
36 # TODO: move the manpage generation here (from sys-devel/llvm)
37
38 src_prepare() {
39
40 diff --git a/dev-python/lit/lit-12.0.0.9999.ebuild b/dev-python/lit/lit-12.0.0.9999.ebuild
41 index eafbdc68398..8e876ebd859 100644
42 --- a/dev-python/lit/lit-12.0.0.9999.ebuild
43 +++ b/dev-python/lit/lit-12.0.0.9999.ebuild
44 @@ -10,8 +10,6 @@ inherit distutils-r1 llvm.org
45
46 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
47 HOMEPAGE="https://llvm.org/"
48 -LLVM_COMPONENTS=( llvm/utils/lit )
49 -llvm.org_set_globals
50
51 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
52 SLOT="0"
53 @@ -25,6 +23,9 @@ BDEPEND="
54 dev-python/psutil[${PYTHON_USEDEP}]
55 sys-devel/llvm )"
56
57 +LLVM_COMPONENTS=( llvm/utils/lit )
58 +llvm.org_set_globals
59 +
60 # TODO: move the manpage generation here (from sys-devel/llvm)
61
62 src_prepare() {