Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/
Date: Fri, 01 Jan 2021 15:32:39
Message-Id: 1609515130.82671ff8646c372ed9d8d6782f143b27b43ca0c8.grobian@gentoo
1 commit: 82671ff8646c372ed9d8d6782f143b27b43ca0c8
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 15:32:10 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 15:32:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82671ff8
7
8 sys-devel/llvm: fix usage of libc++, bug #762898
9
10 Closes: https://bugs.gentoo.org/762898
11 Package-Manager: Portage-3.0.9, Repoman-3.0.2
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 sys-devel/llvm/llvm-11.0.0.ebuild | 3 ++-
15 sys-devel/llvm/llvm-11.0.1.9999.ebuild | 3 ++-
16 sys-devel/llvm/llvm-11.0.1_rc1.ebuild | 3 ++-
17 sys-devel/llvm/llvm-11.0.1_rc2.ebuild | 3 ++-
18 sys-devel/llvm/llvm-12.0.0.9999.ebuild | 3 ++-
19 5 files changed, 10 insertions(+), 5 deletions(-)
20
21 diff --git a/sys-devel/llvm/llvm-11.0.0.ebuild b/sys-devel/llvm/llvm-11.0.0.ebuild
22 index 332088bd561..81c796ea85f 100644
23 --- a/sys-devel/llvm/llvm-11.0.0.ebuild
24 +++ b/sys-devel/llvm/llvm-11.0.0.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 +# Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -381,6 +381,7 @@ multilib_src_configure() {
32 # libraries with libstdc++ clang, and the other way around.
33 mycmakeargs+=(
34 -DLLVM_VERSION_SUFFIX="libcxx"
35 + -DLLVM_ENABLE_LIBCXX=ON
36 )
37 fi
38
39
40 diff --git a/sys-devel/llvm/llvm-11.0.1.9999.ebuild b/sys-devel/llvm/llvm-11.0.1.9999.ebuild
41 index 9c6edd92398..40ecd173e2d 100644
42 --- a/sys-devel/llvm/llvm-11.0.1.9999.ebuild
43 +++ b/sys-devel/llvm/llvm-11.0.1.9999.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2020 Gentoo Authors
46 +# Copyright 1999-2021 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -376,6 +376,7 @@ multilib_src_configure() {
51 # libraries with libstdc++ clang, and the other way around.
52 mycmakeargs+=(
53 -DLLVM_VERSION_SUFFIX="libcxx"
54 + -DLLVM_ENABLE_LIBCXX=ON
55 )
56 fi
57
58
59 diff --git a/sys-devel/llvm/llvm-11.0.1_rc1.ebuild b/sys-devel/llvm/llvm-11.0.1_rc1.ebuild
60 index 9c6edd92398..40ecd173e2d 100644
61 --- a/sys-devel/llvm/llvm-11.0.1_rc1.ebuild
62 +++ b/sys-devel/llvm/llvm-11.0.1_rc1.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2020 Gentoo Authors
65 +# Copyright 1999-2021 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=7
69 @@ -376,6 +376,7 @@ multilib_src_configure() {
70 # libraries with libstdc++ clang, and the other way around.
71 mycmakeargs+=(
72 -DLLVM_VERSION_SUFFIX="libcxx"
73 + -DLLVM_ENABLE_LIBCXX=ON
74 )
75 fi
76
77
78 diff --git a/sys-devel/llvm/llvm-11.0.1_rc2.ebuild b/sys-devel/llvm/llvm-11.0.1_rc2.ebuild
79 index 9c6edd92398..40ecd173e2d 100644
80 --- a/sys-devel/llvm/llvm-11.0.1_rc2.ebuild
81 +++ b/sys-devel/llvm/llvm-11.0.1_rc2.ebuild
82 @@ -1,4 +1,4 @@
83 -# Copyright 1999-2020 Gentoo Authors
84 +# Copyright 1999-2021 Gentoo Authors
85 # Distributed under the terms of the GNU General Public License v2
86
87 EAPI=7
88 @@ -376,6 +376,7 @@ multilib_src_configure() {
89 # libraries with libstdc++ clang, and the other way around.
90 mycmakeargs+=(
91 -DLLVM_VERSION_SUFFIX="libcxx"
92 + -DLLVM_ENABLE_LIBCXX=ON
93 )
94 fi
95
96
97 diff --git a/sys-devel/llvm/llvm-12.0.0.9999.ebuild b/sys-devel/llvm/llvm-12.0.0.9999.ebuild
98 index 610b92aa0fb..d51ccdbab14 100644
99 --- a/sys-devel/llvm/llvm-12.0.0.9999.ebuild
100 +++ b/sys-devel/llvm/llvm-12.0.0.9999.ebuild
101 @@ -1,4 +1,4 @@
102 -# Copyright 1999-2020 Gentoo Authors
103 +# Copyright 1999-2021 Gentoo Authors
104 # Distributed under the terms of the GNU General Public License v2
105
106 EAPI=7
107 @@ -380,6 +380,7 @@ multilib_src_configure() {
108 # libraries with libstdc++ clang, and the other way around.
109 mycmakeargs+=(
110 -DLLVM_VERSION_SUFFIX="libcxx"
111 + -DLLVM_ENABLE_LIBCXX=ON
112 )
113 fi