From 183562c7a6f0441137b551cf281c6d540f07f941 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 21 Sep 2019 10:32:51 +0200 Subject: [PATCH] sys-devel/clang-common: Reorder ebuild vars in 9+ MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-devel/clang-common/clang-common-9.0.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.26.2