commit:     008fe9423baeec93b263332b1d3df556edad2386
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 08:50:59 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 08:50:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=008fe942

dev-python/lit: Delay llvm.org_set_globals after vars

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/lit/lit-11.0.0.9999.ebuild | 5 +++--
 dev-python/lit/lit-12.0.0.9999.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/lit/lit-11.0.0.9999.ebuild 
b/dev-python/lit/lit-11.0.0.9999.ebuild
index eafbdc68398..8e876ebd859 100644
--- a/dev-python/lit/lit-11.0.0.9999.ebuild
+++ b/dev-python/lit/lit-11.0.0.9999.ebuild
@@ -10,8 +10,6 @@ inherit distutils-r1 llvm.org
 
 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
 HOMEPAGE="https://llvm.org/";
-LLVM_COMPONENTS=( llvm/utils/lit )
-llvm.org_set_globals
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
@@ -25,6 +23,9 @@ BDEPEND="
                dev-python/psutil[${PYTHON_USEDEP}]
                sys-devel/llvm )"
 
+LLVM_COMPONENTS=( llvm/utils/lit )
+llvm.org_set_globals
+
 # TODO: move the manpage generation here (from sys-devel/llvm)
 
 src_prepare() {

diff --git a/dev-python/lit/lit-12.0.0.9999.ebuild 
b/dev-python/lit/lit-12.0.0.9999.ebuild
index eafbdc68398..8e876ebd859 100644
--- a/dev-python/lit/lit-12.0.0.9999.ebuild
+++ b/dev-python/lit/lit-12.0.0.9999.ebuild
@@ -10,8 +10,6 @@ inherit distutils-r1 llvm.org
 
 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
 HOMEPAGE="https://llvm.org/";
-LLVM_COMPONENTS=( llvm/utils/lit )
-llvm.org_set_globals
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
@@ -25,6 +23,9 @@ BDEPEND="
                dev-python/psutil[${PYTHON_USEDEP}]
                sys-devel/llvm )"
 
+LLVM_COMPONENTS=( llvm/utils/lit )
+llvm.org_set_globals
+
 # TODO: move the manpage generation here (from sys-devel/llvm)
 
 src_prepare() {

Reply via email to