diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-21 10:32:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-21 11:15:30 +0200 |
commit | 183562c7a6f0441137b551cf281c6d540f07f941 (patch) | |
tree | e6576a0de580838d9b3d023c9f609123b91eba36 /sys-devel | |
parent | dev-util/lldb: Reorder ebuild vars in 9+ (diff) | |
download | gentoo-183562c7a6f0441137b551cf281c6d540f07f941.tar.gz gentoo-183562c7a6f0441137b551cf281c6d540f07f941.tar.bz2 gentoo-183562c7a6f0441137b551cf281c6d540f07f941.zip |
sys-devel/clang-common: Reorder ebuild vars in 9+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang-common/clang-common-9.0.0.ebuild | 3 |
1 files changed, 1 insertions, 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 |