diff options
author | 2019-09-21 10:32:56 +0200 | |
---|---|---|
committer | 2019-09-21 11:15:33 +0200 | |
commit | ddd66f4a3c34d2478b90a14f556ef0475fe1a3b4 (patch) | |
tree | 758a493a79ae4001341a59d16d12cfcf2b9f9ead /sys-devel | |
parent | sys-devel/clang: Reorder ebuild vars in 9+ (diff) | |
download | gentoo-ddd66f4a3c34d2478b90a14f556ef0475fe1a3b4.tar.gz gentoo-ddd66f4a3c34d2478b90a14f556ef0475fe1a3b4.tar.bz2 gentoo-ddd66f4a3c34d2478b90a14f556ef0475fe1a3b4.zip |
sys-devel/lld: Reorder ebuild vars in 9+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/lld/lld-9.0.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/lld/lld-9.0.0.ebuild b/sys-devel/lld/lld-9.0.0.ebuild index 9e1b27440e94..224aa164a910 100644 --- a/sys-devel/lld/lld-9.0.0.ebuild +++ b/sys-devel/lld/lld-9.0.0.ebuild @@ -17,6 +17,7 @@ DESCRIPTION="The LLVM linker (link editor)" HOMEPAGE="https://llvm.org/" SRC_URI="https://releases.llvm.org/${PV}/${MY_P}.tar.xz test? ( https://releases.llvm.org/${PV}/${LLVM_P}.tar.xz )" +S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" @@ -28,8 +29,6 @@ RDEPEND="~sys-devel/llvm-${PV}" DEPEND="${RDEPEND}" BDEPEND="test? ( $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )" -S=${WORKDIR}/${MY_P} - # least intrusive of all CMAKE_BUILD_TYPE=RelWithDebInfo |