commit:     96d3611375863d4bdade73eaef4fe26a1259149d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 10:15:07 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May  8 10:15:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96d36113

profiles/features/llvm: mask perl_features_quadmath

While perl_features_quadmath is new, it's likely we forgot to close
the old bugs when adding the initial old mask for USE=quadmath to the
LLVM profiles.

We may still need to figure something out for when people do CC=clang
though...

Closes: https://bugs.gentoo.org/835663
Closes: https://bugs.gentoo.org/875101
Closes: https://bugs.gentoo.org/885571
Closes: https://bugs.gentoo.org/931562
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/features/llvm/use.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/features/llvm/use.mask b/profiles/features/llvm/use.mask
new file mode 100644
index 000000000000..c742acc9c67a
--- /dev/null
+++ b/profiles/features/llvm/use.mask
@@ -0,0 +1,6 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Sam James <s...@gentoo.org> (2024-05-08)
+# libquadmath is gcc-specific
+perl_features_quadmath

Reply via email to