sys-devel/clang-common: Reorder ebuild vars in 9+
authorMichał Górny <mgorny@gentoo.org>
Sat, 21 Sep 2019 08:32:51 +0000 (10:32 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 21 Sep 2019 09:15:30 +0000 (11:15 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-devel/clang-common/clang-common-9.0.0.ebuild

index a32af474a9c88d7a63253c0a9abd5f1c417bb9ae..2ac7ea5c35fab1df7cde2342cf67f5df3b85d1ef 100644 (file)
@@ -9,6 +9,7 @@ MY_P=cfe-${PV/_/}.src
 DESCRIPTION="Common files shared between multiple slots of clang"
 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"
 SLOT="0"
@@ -17,8 +18,6 @@ IUSE=""
 
 PDEPEND="sys-devel/clang:*"
 
-S=${WORKDIR}/${MY_P}
-
 src_unpack() {
        einfo "Unpacking parts of ${MY_P}.tar.xz ..."
        tar -xJf "${DISTDIR}/${MY_P}.tar.xz" "${MY_P}/utils/bash-autocomplete.sh" || die