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/libcxxabi/
Date: Sun, 19 Mar 2023 03:44:47
Message-Id: 1679197479.9fbbc3112edc13e54ad3489c999bc3197a16799a.mgorny@gentoo
1 commit: 9fbbc3112edc13e54ad3489c999bc3197a16799a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 03:43:40 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 03:44:39 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fbbc311
7
8 sys-libs/libcxxabi: Fix typo in LLVM package name
9
10 Reported by Arfrever.
11
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 sys-libs/libcxxabi/libcxxabi-14.0.6.ebuild | 2 +-
15 sys-libs/libcxxabi/libcxxabi-15.0.7.ebuild | 2 +-
16 sys-libs/libcxxabi/libcxxabi-16.0.0.9999.ebuild | 2 +-
17 sys-libs/libcxxabi/libcxxabi-16.0.0.ebuild | 2 +-
18 sys-libs/libcxxabi/libcxxabi-16.0.0_rc3.ebuild | 2 +-
19 sys-libs/libcxxabi/libcxxabi-16.0.0_rc4.ebuild | 2 +-
20 sys-libs/libcxxabi/libcxxabi-17.0.0.9999.ebuild | 2 +-
21 sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230304.ebuild | 2 +-
22 sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230314.ebuild | 2 +-
23 9 files changed, 9 insertions(+), 9 deletions(-)
24
25 diff --git a/sys-libs/libcxxabi/libcxxabi-14.0.6.ebuild b/sys-libs/libcxxabi/libcxxabi-14.0.6.ebuild
26 index fb6e382467f1..a396fb6620e2 100644
27 --- a/sys-libs/libcxxabi/libcxxabi-14.0.6.ebuild
28 +++ b/sys-libs/libcxxabi/libcxxabi-14.0.6.ebuild
29 @@ -50,7 +50,7 @@ python_check_deps() {
30 pkg_setup() {
31 # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix
32 # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup.
33 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
34 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
35 llvm_pkg_setup
36 fi
37 python-any-r1_pkg_setup
38
39 diff --git a/sys-libs/libcxxabi/libcxxabi-15.0.7.ebuild b/sys-libs/libcxxabi/libcxxabi-15.0.7.ebuild
40 index 1b6f8964e39a..30ac0da6b21a 100644
41 --- a/sys-libs/libcxxabi/libcxxabi-15.0.7.ebuild
42 +++ b/sys-libs/libcxxabi/libcxxabi-15.0.7.ebuild
43 @@ -49,7 +49,7 @@ python_check_deps() {
44 pkg_setup() {
45 # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix
46 # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup.
47 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
48 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
49 LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
50 fi
51 python-any-r1_pkg_setup
52
53 diff --git a/sys-libs/libcxxabi/libcxxabi-16.0.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-16.0.0.9999.ebuild
54 index e5f19fc61a28..16f40d6829fa 100644
55 --- a/sys-libs/libcxxabi/libcxxabi-16.0.0.9999.ebuild
56 +++ b/sys-libs/libcxxabi/libcxxabi-16.0.0.9999.ebuild
57 @@ -49,7 +49,7 @@ python_check_deps() {
58 pkg_setup() {
59 # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix
60 # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup.
61 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
62 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
63 LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
64 fi
65 python-any-r1_pkg_setup
66
67 diff --git a/sys-libs/libcxxabi/libcxxabi-16.0.0.ebuild b/sys-libs/libcxxabi/libcxxabi-16.0.0.ebuild
68 index 40271cf28572..e5d488bf1341 100644
69 --- a/sys-libs/libcxxabi/libcxxabi-16.0.0.ebuild
70 +++ b/sys-libs/libcxxabi/libcxxabi-16.0.0.ebuild
71 @@ -49,7 +49,7 @@ python_check_deps() {
72 pkg_setup() {
73 # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix
74 # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup.
75 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
76 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
77 LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
78 fi
79 python-any-r1_pkg_setup
80
81 diff --git a/sys-libs/libcxxabi/libcxxabi-16.0.0_rc3.ebuild b/sys-libs/libcxxabi/libcxxabi-16.0.0_rc3.ebuild
82 index fb725b1c09a1..141fa6f7cb51 100644
83 --- a/sys-libs/libcxxabi/libcxxabi-16.0.0_rc3.ebuild
84 +++ b/sys-libs/libcxxabi/libcxxabi-16.0.0_rc3.ebuild
85 @@ -49,7 +49,7 @@ python_check_deps() {
86 pkg_setup() {
87 # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix
88 # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup.
89 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
90 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
91 LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
92 fi
93 python-any-r1_pkg_setup
94
95 diff --git a/sys-libs/libcxxabi/libcxxabi-16.0.0_rc4.ebuild b/sys-libs/libcxxabi/libcxxabi-16.0.0_rc4.ebuild
96 index fb725b1c09a1..141fa6f7cb51 100644
97 --- a/sys-libs/libcxxabi/libcxxabi-16.0.0_rc4.ebuild
98 +++ b/sys-libs/libcxxabi/libcxxabi-16.0.0_rc4.ebuild
99 @@ -49,7 +49,7 @@ python_check_deps() {
100 pkg_setup() {
101 # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix
102 # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup.
103 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
104 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
105 LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
106 fi
107 python-any-r1_pkg_setup
108
109 diff --git a/sys-libs/libcxxabi/libcxxabi-17.0.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-17.0.0.9999.ebuild
110 index e5f19fc61a28..16f40d6829fa 100644
111 --- a/sys-libs/libcxxabi/libcxxabi-17.0.0.9999.ebuild
112 +++ b/sys-libs/libcxxabi/libcxxabi-17.0.0.9999.ebuild
113 @@ -49,7 +49,7 @@ python_check_deps() {
114 pkg_setup() {
115 # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix
116 # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup.
117 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
118 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
119 LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
120 fi
121 python-any-r1_pkg_setup
122
123 diff --git a/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230304.ebuild b/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230304.ebuild
124 index e5f19fc61a28..16f40d6829fa 100644
125 --- a/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230304.ebuild
126 +++ b/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230304.ebuild
127 @@ -49,7 +49,7 @@ python_check_deps() {
128 pkg_setup() {
129 # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix
130 # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup.
131 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
132 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
133 LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
134 fi
135 python-any-r1_pkg_setup
136
137 diff --git a/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230314.ebuild b/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230314.ebuild
138 index e5f19fc61a28..16f40d6829fa 100644
139 --- a/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230314.ebuild
140 +++ b/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230314.ebuild
141 @@ -49,7 +49,7 @@ python_check_deps() {
142 pkg_setup() {
143 # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix
144 # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup.
145 - if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
146 + if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
147 LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
148 fi
149 python-any-r1_pkg_setup