* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/amd64/17.0/musl/clang/, ...
@ 2022-10-05 19:44 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2022-10-05 19:44 UTC (permalink / raw
To: gentoo-commits
commit: 8ddde81c3680e41dab4e71315c7416ba35d40dc5
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 5 19:43:42 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 5 19:43:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ddde81c
profiles: rename clang feature to llvm, adjust parent files
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/default/linux/amd64/17.0/musl/clang/parent | 2 +-
profiles/default/linux/amd64/17.1/clang/parent | 2 +-
profiles/default/linux/amd64/17.1/systemd/clang/parent | 2 +-
profiles/features/{clang => llvm}/eapi | 0
profiles/features/{clang => llvm}/make.defaults | 0
profiles/features/{clang => llvm}/package.accept_keywords | 0
profiles/features/{clang => llvm}/package.use | 0
profiles/features/{clang => llvm}/package.use.mask | 0
profiles/features/{clang => llvm}/packages | 0
profiles/features/{clang => llvm}/packages.build | 0
profiles/features/{clang => llvm}/use.force | 0
11 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/profiles/default/linux/amd64/17.0/musl/clang/parent b/profiles/default/linux/amd64/17.0/musl/clang/parent
index 45c5283c442b..845cedb73fde 100644
--- a/profiles/default/linux/amd64/17.0/musl/clang/parent
+++ b/profiles/default/linux/amd64/17.0/musl/clang/parent
@@ -1,2 +1,2 @@
..
-../../../../../../features/clang
+../../../../../../features/llvm
diff --git a/profiles/default/linux/amd64/17.1/clang/parent b/profiles/default/linux/amd64/17.1/clang/parent
index 7cba5799ab73..929f409fcc3f 100644
--- a/profiles/default/linux/amd64/17.1/clang/parent
+++ b/profiles/default/linux/amd64/17.1/clang/parent
@@ -1,2 +1,2 @@
..
-../../../../../features/clang
+../../../../../features/llvm
diff --git a/profiles/default/linux/amd64/17.1/systemd/clang/parent b/profiles/default/linux/amd64/17.1/systemd/clang/parent
index 45c5283c442b..845cedb73fde 100644
--- a/profiles/default/linux/amd64/17.1/systemd/clang/parent
+++ b/profiles/default/linux/amd64/17.1/systemd/clang/parent
@@ -1,2 +1,2 @@
..
-../../../../../../features/clang
+../../../../../../features/llvm
diff --git a/profiles/features/clang/eapi b/profiles/features/llvm/eapi
similarity index 100%
rename from profiles/features/clang/eapi
rename to profiles/features/llvm/eapi
diff --git a/profiles/features/clang/make.defaults b/profiles/features/llvm/make.defaults
similarity index 100%
rename from profiles/features/clang/make.defaults
rename to profiles/features/llvm/make.defaults
diff --git a/profiles/features/clang/package.accept_keywords b/profiles/features/llvm/package.accept_keywords
similarity index 100%
rename from profiles/features/clang/package.accept_keywords
rename to profiles/features/llvm/package.accept_keywords
diff --git a/profiles/features/clang/package.use b/profiles/features/llvm/package.use
similarity index 100%
rename from profiles/features/clang/package.use
rename to profiles/features/llvm/package.use
diff --git a/profiles/features/clang/package.use.mask b/profiles/features/llvm/package.use.mask
similarity index 100%
rename from profiles/features/clang/package.use.mask
rename to profiles/features/llvm/package.use.mask
diff --git a/profiles/features/clang/packages b/profiles/features/llvm/packages
similarity index 100%
rename from profiles/features/clang/packages
rename to profiles/features/llvm/packages
diff --git a/profiles/features/clang/packages.build b/profiles/features/llvm/packages.build
similarity index 100%
rename from profiles/features/clang/packages.build
rename to profiles/features/llvm/packages.build
diff --git a/profiles/features/clang/use.force b/profiles/features/llvm/use.force
similarity index 100%
rename from profiles/features/clang/use.force
rename to profiles/features/llvm/use.force
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/amd64/17.0/musl/clang/, ...
@ 2022-10-15 23:26 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-10-15 23:26 UTC (permalink / raw
To: gentoo-commits
commit: e66a4f8582fc9c34e41b428a6f6a1270493f00fe
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 23:21:20 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 23:26:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e66a4f85
profiles/default/linux: unmask www-client/firefox[clang] on LLVM profiles
We end up crashing when building gecko-profiler otherwise but
the mask doesn't make sense on these profiles anyway, as the issue
that led to them being masked was wrt libcxx - and on these profiles,
we always have libcxx.
Bug: https://bugs.gentoo.org/829033
Bug: https://bugs.gentoo.org/877021
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/default/linux/amd64/17.0/musl/clang/package.use.mask | 6 ++++++
profiles/default/linux/arm64/17.0/musl/llvm/package.use.mask | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/profiles/default/linux/amd64/17.0/musl/clang/package.use.mask b/profiles/default/linux/amd64/17.0/musl/clang/package.use.mask
new file mode 100644
index 000000000000..3435fc7a7d5c
--- /dev/null
+++ b/profiles/default/linux/amd64/17.0/musl/clang/package.use.mask
@@ -0,0 +1,6 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Sam James <sam@gentoo.org> (2022-10-15)
+# Undo the general musl mask
+www-client/firefox -clang
diff --git a/profiles/default/linux/arm64/17.0/musl/llvm/package.use.mask b/profiles/default/linux/arm64/17.0/musl/llvm/package.use.mask
new file mode 100644
index 000000000000..3435fc7a7d5c
--- /dev/null
+++ b/profiles/default/linux/arm64/17.0/musl/llvm/package.use.mask
@@ -0,0 +1,6 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Sam James <sam@gentoo.org> (2022-10-15)
+# Undo the general musl mask
+www-client/firefox -clang
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-15 23:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-05 19:44 [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/amd64/17.0/musl/clang/, Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2022-10-15 23:26 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox