summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-21 10:33:03 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-21 11:15:37 +0200
commit66a176b51908323e82472fbb90cb0dd79c91bd13 (patch)
tree951ef381c5b6aac34036605066a55139d74c720a /sys-libs
parentsys-libs/compiler-rt-sanitizers: Reorder ebuild vars in 9+ (diff)
downloadgentoo-66a176b51908323e82472fbb90cb0dd79c91bd13.tar.gz
gentoo-66a176b51908323e82472fbb90cb0dd79c91bd13.tar.bz2
gentoo-66a176b51908323e82472fbb90cb0dd79c91bd13.zip
sys-libs/compiler-rt: Reorder ebuild vars in 9+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/compiler-rt/compiler-rt-9.0.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-9.0.0.ebuild b/sys-libs/compiler-rt/compiler-rt-9.0.0.ebuild
index 7513625c2833..2f5058cb169f 100644
--- a/sys-libs/compiler-rt/compiler-rt-9.0.0.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-9.0.0.ebuild
@@ -15,6 +15,7 @@ MY_P=${P}.src
DESCRIPTION="Compiler runtime library for clang (built-in part)"
HOMEPAGE="https://llvm.org/"
SRC_URI="https://releases.llvm.org/${PV}/${MY_P}.tar.xz"
+S=${WORKDIR}/${MY_P}
LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
SLOT="$(ver_cut 1-3)"
@@ -33,8 +34,6 @@ BDEPEND="
=sys-devel/clang-${PV%_*}*:${CLANG_SLOT} )
${PYTHON_DEPS}"
-S=${WORKDIR}/${MY_P}
-
# least intrusive of all
CMAKE_BUILD_TYPE=RelWithDebInfo