projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddd66f4
)
sys-devel/llvm-common: Reorder ebuild vars in 9+
author
Michał Górny
<mgorny@gentoo.org>
Sat, 21 Sep 2019 08:32:58 +0000
(10:32 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 21 Sep 2019 09:15:34 +0000
(11:15 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-devel/llvm-common/llvm-common-9.0.0.ebuild
patch
|
blob
|
history
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 5f125da2f9344e577fa6b65aad3a20e127eabcbe..853c60a6914cee845b4072c58ff7215a8a114900 100644
(file)
--- 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