sys-libs/compiler-rt-sanitizers: Reorder ebuild vars in 9+
authorMichał Górny <mgorny@gentoo.org>
Sat, 21 Sep 2019 08:33:01 +0000 (10:33 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 21 Sep 2019 09:15:36 +0000 (11:15 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9.0.0.ebuild

index e41be2e4f7e16d4f43ed58d15530ac9c81bcc48b..ebe55c6b1d561ee2735f74ec97de6c5e76a9b489 100644 (file)
@@ -18,6 +18,7 @@ DESCRIPTION="Compiler runtime libraries for clang (sanitizers & xray)"
 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 MIT )"
 SLOT="$(ver_cut 1-3)"
@@ -41,8 +42,6 @@ BDEPEND="
                sys-libs/compiler-rt:${SLOT} )
        ${PYTHON_DEPS}"
 
-S=${WORKDIR}/${MY_P}
-
 # least intrusive of all
 CMAKE_BUILD_TYPE=RelWithDebInfo