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: Sun, 29 Nov 2020 08:59:36
Message-Id: 1606639804.dff628cf0fe7cd5cd780e3999aad8a6e5625df50.mgorny@gentoo
1 commit: dff628cf0fe7cd5cd780e3999aad8a6e5625df50
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 08:50:04 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 08:50:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff628cf
7
8 sys-devel/llvm-common: Delay llvm.org_set_globals after vars
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild | 5 +++--
13 sys-devel/llvm-common/llvm-common-12.0.0.9999.ebuild | 5 +++--
14 2 files changed, 6 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild b/sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild
17 index df9cf92b47a..4804d964009 100644
18 --- a/sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild
19 +++ b/sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild
20 @@ -7,8 +7,6 @@ inherit llvm.org
21
22 DESCRIPTION="Common files shared between multiple slots of LLVM"
23 HOMEPAGE="https://llvm.org/"
24 -LLVM_COMPONENTS=( llvm/utils/vim )
25 -llvm.org_set_globals
26
27 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
28 SLOT="0"
29 @@ -17,6 +15,9 @@ IUSE=""
30
31 RDEPEND="!sys-devel/llvm:0"
32
33 +LLVM_COMPONENTS=( llvm/utils/vim )
34 +llvm.org_set_globals
35 +
36 src_install() {
37 insinto /usr/share/vim/vimfiles
38 doins -r */
39
40 diff --git a/sys-devel/llvm-common/llvm-common-12.0.0.9999.ebuild b/sys-devel/llvm-common/llvm-common-12.0.0.9999.ebuild
41 index df9cf92b47a..4804d964009 100644
42 --- a/sys-devel/llvm-common/llvm-common-12.0.0.9999.ebuild
43 +++ b/sys-devel/llvm-common/llvm-common-12.0.0.9999.ebuild
44 @@ -7,8 +7,6 @@ inherit llvm.org
45
46 DESCRIPTION="Common files shared between multiple slots of LLVM"
47 HOMEPAGE="https://llvm.org/"
48 -LLVM_COMPONENTS=( llvm/utils/vim )
49 -llvm.org_set_globals
50
51 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
52 SLOT="0"
53 @@ -17,6 +15,9 @@ IUSE=""
54
55 RDEPEND="!sys-devel/llvm:0"
56
57 +LLVM_COMPONENTS=( llvm/utils/vim )
58 +llvm.org_set_globals
59 +
60 src_install() {
61 insinto /usr/share/vim/vimfiles
62 doins -r */