commit: 5cbe1e19501a4ca219cbefd17cc20a328cd6cbd2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 08:32:58 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 09:15:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cbe1e19
sys-devel/llvm-common: Reorder ebuild vars in 9+
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-devel/llvm-common/llvm-common-9.0.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sys-devel/llvm-common/llvm-common-9.0.0.ebuild
b/sys-devel/llvm-common/llvm-common-9.0.0.ebuild
index 5f125da2f93..853c60a6914 100644
--- a/sys-devel/llvm-common/llvm-common-9.0.0.ebuild
+++ b/sys-devel/llvm-common/llvm-common-9.0.0.ebuild
@@ -7,6 +7,7 @@ MY_P=llvm-${PV/_/}.src
DESCRIPTION="Common files shared between multiple slots of LLVM"
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"
@@ -15,8 +16,6 @@ IUSE=""
RDEPEND="!sys-devel/llvm:0"
-S=${WORKDIR}/${MY_P}
-
src_unpack() {
einfo "Unpacking parts of ${MY_P}.tar.xz ..."
tar -xJf "${DISTDIR}/${MY_P}.tar.xz" "${MY_P}/utils/vim" || die