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-9.0.0.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-9.0.0.ebuild')
-rw-r--r-- | dev-python/lit/lit-9.0.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/lit/lit-9.0.0.ebuild b/dev-python/lit/lit-9.0.0.ebuild index 7eb1e8081689..80e7699557cd 100644 --- a/dev-python/lit/lit-9.0.0.ebuild +++ b/dev-python/lit/lit-9.0.0.ebuild @@ -10,6 +10,7 @@ MY_P=llvm-${PV/_/}.src DESCRIPTION="A stand-alone install of the LLVM suite testing tool" HOMEPAGE="https://llvm.org/" SRC_URI="https://releases.llvm.org/${PV}/${MY_P}.tar.xz" +S=${WORKDIR}/${MY_P}/utils/lit LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" @@ -17,8 +18,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd" IUSE="test" RESTRICT="!test? ( test )" -S=${WORKDIR}/${MY_P}/utils/lit - # Tests require 'FileCheck' and 'not' utilities (from llvm) BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] |