Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-common/
Date: Sat, 21 Sep 2019 09:15:59
Message-Id: 1569057334.5cbe1e19501a4ca219cbefd17cc20a328cd6cbd2.mgorny@gentoo
1 commit: 5cbe1e19501a4ca219cbefd17cc20a328cd6cbd2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 08:32:58 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 09:15:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cbe1e19
7
8 sys-devel/llvm-common: Reorder ebuild vars in 9+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/llvm-common/llvm-common-9.0.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sys-devel/llvm-common/llvm-common-9.0.0.ebuild b/sys-devel/llvm-common/llvm-common-9.0.0.ebuild
16 index 5f125da2f93..853c60a6914 100644
17 --- a/sys-devel/llvm-common/llvm-common-9.0.0.ebuild
18 +++ b/sys-devel/llvm-common/llvm-common-9.0.0.ebuild
19 @@ -7,6 +7,7 @@ MY_P=llvm-${PV/_/}.src
20 DESCRIPTION="Common files shared between multiple slots of LLVM"
21 HOMEPAGE="https://llvm.org/"
22 SRC_URI="https://releases.llvm.org/${PV}/${MY_P}.tar.xz"
23 +S=${WORKDIR}/${MY_P}
24
25 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
26 SLOT="0"
27 @@ -15,8 +16,6 @@ IUSE=""
28
29 RDEPEND="!sys-devel/llvm:0"
30
31 -S=${WORKDIR}/${MY_P}
32 -
33 src_unpack() {
34 einfo "Unpacking parts of ${MY_P}.tar.xz ..."
35 tar -xJf "${DISTDIR}/${MY_P}.tar.xz" "${MY_P}/utils/vim" || die