summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-21 10:32:58 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-21 11:15:34 +0200
commit5cbe1e19501a4ca219cbefd17cc20a328cd6cbd2 (patch)
tree469fd41fd894bd591a14d50062dca0d7274a16ef /sys-devel/llvm-common
parentsys-devel/lld: Reorder ebuild vars in 9+ (diff)
downloadgentoo-5cbe1e19501a4ca219cbefd17cc20a328cd6cbd2.tar.gz
gentoo-5cbe1e19501a4ca219cbefd17cc20a328cd6cbd2.tar.bz2
gentoo-5cbe1e19501a4ca219cbefd17cc20a328cd6cbd2.zip
sys-devel/llvm-common: Reorder ebuild vars in 9+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm-common')
-rw-r--r--sys-devel/llvm-common/llvm-common-9.0.0.ebuild3
1 files changed, 1 insertions, 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 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