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: Sun, 29 Nov 2020 10:57:39
Message-Id: 1606647373.c3c22eb8592e6b4e5484b233955e150b1140ee71.mgorny@gentoo
1 commit: c3c22eb8592e6b4e5484b233955e150b1140ee71
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 10:49:34 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 10:56:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c22eb8
7
8 sys-devel/clang-common: Fix S assignment
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/clang-common/clang-common-11.0.1.9999.ebuild | 2 +-
13 sys-devel/clang-common/clang-common-12.0.0.9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-devel/clang-common/clang-common-11.0.1.9999.ebuild b/sys-devel/clang-common/clang-common-11.0.1.9999.ebuild
17 index 1c9ca4dbe64..c9abcb48cca 100644
18 --- a/sys-devel/clang-common/clang-common-11.0.1.9999.ebuild
19 +++ b/sys-devel/clang-common/clang-common-11.0.1.9999.ebuild
20 @@ -7,7 +7,6 @@ inherit bash-completion-r1 llvm.org
21
22 DESCRIPTION="Common files shared between multiple slots of clang"
23 HOMEPAGE="https://llvm.org/"
24 -S=${WORKDIR}/clang/utils
25
26 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
27 SLOT="0"
28 @@ -18,6 +17,7 @@ PDEPEND="sys-devel/clang:*"
29
30 LLVM_COMPONENTS=( clang/utils/bash-autocomplete.sh )
31 llvm.org_set_globals
32 +S=${WORKDIR}/clang/utils
33
34 src_install() {
35 newbashcomp bash-autocomplete.sh clang
36
37 diff --git a/sys-devel/clang-common/clang-common-12.0.0.9999.ebuild b/sys-devel/clang-common/clang-common-12.0.0.9999.ebuild
38 index 1c9ca4dbe64..c9abcb48cca 100644
39 --- a/sys-devel/clang-common/clang-common-12.0.0.9999.ebuild
40 +++ b/sys-devel/clang-common/clang-common-12.0.0.9999.ebuild
41 @@ -7,7 +7,6 @@ inherit bash-completion-r1 llvm.org
42
43 DESCRIPTION="Common files shared between multiple slots of clang"
44 HOMEPAGE="https://llvm.org/"
45 -S=${WORKDIR}/clang/utils
46
47 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
48 SLOT="0"
49 @@ -18,6 +17,7 @@ PDEPEND="sys-devel/clang:*"
50
51 LLVM_COMPONENTS=( clang/utils/bash-autocomplete.sh )
52 llvm.org_set_globals
53 +S=${WORKDIR}/clang/utils
54
55 src_install() {
56 newbashcomp bash-autocomplete.sh clang