From: Michał Górny Date: Sat, 21 Sep 2019 08:32:58 +0000 (+0200) Subject: sys-devel/llvm-common: Reorder ebuild vars in 9+ X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5cbe1e19501a4ca219cbefd17cc20a328cd6cbd2;p=gentoo.git sys-devel/llvm-common: Reorder ebuild vars in 9+ Signed-off-by: Michał Górny --- 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 5f125da2f934..853c60a6914c 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