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/clang-common/
Date: Sat, 21 Sep 2019 09:15:57
Message-Id: 1569057330.183562c7a6f0441137b551cf281c6d540f07f941.mgorny@gentoo
1 commit: 183562c7a6f0441137b551cf281c6d540f07f941
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 08:32:51 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 09:15:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=183562c7
7
8 sys-devel/clang-common: Reorder ebuild vars in 9+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/clang-common/clang-common-9.0.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sys-devel/clang-common/clang-common-9.0.0.ebuild b/sys-devel/clang-common/clang-common-9.0.0.ebuild
16 index a32af474a9c..2ac7ea5c35f 100644
17 --- a/sys-devel/clang-common/clang-common-9.0.0.ebuild
18 +++ b/sys-devel/clang-common/clang-common-9.0.0.ebuild
19 @@ -9,6 +9,7 @@ MY_P=cfe-${PV/_/}.src
20 DESCRIPTION="Common files shared between multiple slots of clang"
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 @@ -17,8 +18,6 @@ IUSE=""
28
29 PDEPEND="sys-devel/clang:*"
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/bash-autocomplete.sh" || die