diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-21 10:32:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-21 11:15:28 +0200 |
commit | 5ac83c36fe2ffcaf3f9b4b6ba735741503ae2ba5 (patch) | |
tree | 2e26ca915d8ad51e8f55f8851ce2090ca255b4f5 /dev-python/lit/lit-10.0.0.9999.ebuild | |
parent | dev-python/clang-python: Reorder ebuild vars in 9+ (diff) | |
download | gentoo-5ac83c36fe2ffcaf3f9b4b6ba735741503ae2ba5.tar.gz gentoo-5ac83c36fe2ffcaf3f9b4b6ba735741503ae2ba5.tar.bz2 gentoo-5ac83c36fe2ffcaf3f9b4b6ba735741503ae2ba5.zip |
dev-python/lit: Reorder ebuild vars in 9+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lit/lit-10.0.0.9999.ebuild')
-rw-r--r-- | dev-python/lit/lit-10.0.0.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/lit/lit-10.0.0.9999.ebuild b/dev-python/lit/lit-10.0.0.9999.ebuild index d4566ae8be57..32320b7920e1 100644 --- a/dev-python/lit/lit-10.0.0.9999.ebuild +++ b/dev-python/lit/lit-10.0.0.9999.ebuild @@ -9,6 +9,8 @@ inherit distutils-r1 git-r3 multiprocessing DESCRIPTION="A stand-alone install of the LLVM suite testing tool" HOMEPAGE="https://llvm.org/" SRC_URI="" +S=${WORKDIR}/${P}/utils/lit + EGIT_REPO_URI="https://git.llvm.org/git/llvm.git https://github.com/llvm-mirror/llvm.git" @@ -18,8 +20,6 @@ KEYWORDS="" IUSE="test" RESTRICT="!test? ( test )" -S=${WORKDIR}/${P}/utils/lit - # Tests require 'FileCheck' and 'not' utilities (from llvm) BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] |