From: Michał Górny Date: Sat, 21 Sep 2019 08:32:51 +0000 (+0200) Subject: sys-devel/clang-common: Reorder ebuild vars in 9+ X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=183562c7a6f0441137b551cf281c6d540f07f941;p=gentoo.git sys-devel/clang-common: Reorder ebuild vars in 9+ Signed-off-by: Michał Górny --- diff --git a/sys-devel/clang-common/clang-common-9.0.0.ebuild b/sys-devel/clang-common/clang-common-9.0.0.ebuild index a32af474a9c8..2ac7ea5c35fa 100644 --- a/sys-devel/clang-common/clang-common-9.0.0.ebuild +++ b/sys-devel/clang-common/clang-common-9.0.0.ebuild @@ -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