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-libs/llvm-libunwind/
Date: Mon, 04 Oct 2021 14:22:47
Message-Id: 1633357361.744c80c301aebe005ffaba93ff99f6021e0b5de0.mgorny@gentoo
1 commit: 744c80c301aebe005ffaba93ff99f6021e0b5de0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 14:21:24 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 14:22:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=744c80c3
7
8 sys-libs/llvm-libunwind: Fix the typo correctly
9
10 Actually, the "ONF" was supposed to be "ON", not "OFF".
11
12 Closes: https://bugs.gentoo.org/816045
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 sys-libs/llvm-libunwind/llvm-libunwind-10.0.1.ebuild | 2 +-
16 sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild | 2 +-
17 sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.ebuild | 2 +-
18 sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.9999.ebuild | 2 +-
19 sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.ebuild | 2 +-
20 sys-libs/llvm-libunwind/llvm-libunwind-14.0.0.9999.ebuild | 2 +-
21 6 files changed, 6 insertions(+), 6 deletions(-)
22
23 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1.ebuild
24 index f176e015c06..ad26bc1602f 100644
25 --- a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1.ebuild
26 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1.ebuild
27 @@ -69,7 +69,7 @@ build_libcxxabi() {
28 local mycmakeargs=(
29 -DLIBCXXABI_LIBDIR_SUFFIX=
30 -DLIBCXXABI_ENABLE_SHARED=OFF
31 - -DLIBCXXABI_ENABLE_STATIC=OFF
32 + -DLIBCXXABI_ENABLE_STATIC=ON
33 -DLIBCXXABI_USE_LLVM_UNWINDER=ON
34 -DLIBCXXABI_INCLUDE_TESTS=OFF
35
36
37 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild
38 index bb832899bd9..98002383aaf 100644
39 --- a/sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild
40 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild
41 @@ -71,7 +71,7 @@ build_libcxxabi() {
42 local mycmakeargs=(
43 -DLIBCXXABI_LIBDIR_SUFFIX=
44 -DLIBCXXABI_ENABLE_SHARED=OFF
45 - -DLIBCXXABI_ENABLE_STATIC=OFF
46 + -DLIBCXXABI_ENABLE_STATIC=ON
47 -DLIBCXXABI_USE_LLVM_UNWINDER=ON
48 -DLIBCXXABI_INCLUDE_TESTS=OFF
49
50
51 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.ebuild
52 index a331181902b..a91bfc24114 100644
53 --- a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.ebuild
54 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.ebuild
55 @@ -85,7 +85,7 @@ build_libcxxabi() {
56 local mycmakeargs=(
57 -DLIBCXXABI_LIBDIR_SUFFIX=
58 -DLIBCXXABI_ENABLE_SHARED=OFF
59 - -DLIBCXXABI_ENABLE_STATIC=OFF
60 + -DLIBCXXABI_ENABLE_STATIC=ON
61 -DLIBCXXABI_USE_LLVM_UNWINDER=ON
62 -DLIBCXXABI_INCLUDE_TESTS=OFF
63
64
65 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.9999.ebuild
66 index 5598dcd0cbe..5d782b4128b 100644
67 --- a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.9999.ebuild
68 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.9999.ebuild
69 @@ -82,7 +82,7 @@ wrap_libcxxabi() {
70 local mycmakeargs=(
71 -DLIBCXXABI_LIBDIR_SUFFIX=
72 -DLIBCXXABI_ENABLE_SHARED=OFF
73 - -DLIBCXXABI_ENABLE_STATIC=OFF
74 + -DLIBCXXABI_ENABLE_STATIC=ON
75 -DLIBCXXABI_USE_LLVM_UNWINDER=ON
76 -DLIBCXXABI_INCLUDE_TESTS=OFF
77
78
79 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.ebuild
80 index 074dd09bd39..5c57e2bc3cd 100644
81 --- a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.ebuild
82 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.ebuild
83 @@ -82,7 +82,7 @@ wrap_libcxxabi() {
84 local mycmakeargs=(
85 -DLIBCXXABI_LIBDIR_SUFFIX=
86 -DLIBCXXABI_ENABLE_SHARED=OFF
87 - -DLIBCXXABI_ENABLE_STATIC=OFF
88 + -DLIBCXXABI_ENABLE_STATIC=ON
89 -DLIBCXXABI_USE_LLVM_UNWINDER=ON
90 -DLIBCXXABI_INCLUDE_TESTS=OFF
91
92
93 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-14.0.0.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-14.0.0.9999.ebuild
94 index 5598dcd0cbe..5d782b4128b 100644
95 --- a/sys-libs/llvm-libunwind/llvm-libunwind-14.0.0.9999.ebuild
96 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-14.0.0.9999.ebuild
97 @@ -82,7 +82,7 @@ wrap_libcxxabi() {
98 local mycmakeargs=(
99 -DLIBCXXABI_LIBDIR_SUFFIX=
100 -DLIBCXXABI_ENABLE_SHARED=OFF
101 - -DLIBCXXABI_ENABLE_STATIC=OFF
102 + -DLIBCXXABI_ENABLE_STATIC=ON
103 -DLIBCXXABI_USE_LLVM_UNWINDER=ON
104 -DLIBCXXABI_INCLUDE_TESTS=OFF