kde-plasma/plasma-meta: move {sys-libs => llvm-runtimes}/libcxx*

Signed-off-by: Paul Zander <negril.nx@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Paul Zander
2025-03-15 17:33:38 +01:00
committed by Andreas Sturmlechner
parent f69d666a0a
commit a09fc2e1a3
2 changed files with 6 additions and 6 deletions

View File

@@ -130,11 +130,11 @@ pkg_postinst() {
if [[ $(tc-get-cxx-stdlib) == "libc++" ]] ; then
# Workaround for bug #923292 (KDE-bug 479679)
ewarn "plasmashell and other KDE Plasma components are known to misbehave"
ewarn "when built with sys-libs/libcxx, e.g. crashing when right-clicking"
ewarn "when built with llvm-runtimes/libcxx, e.g. crashing when right-clicking"
ewarn "on a panel. See bug #923292."
ewarn ""
ewarn "A possible (no warranty!) workaround is building sys-libs/libcxx and"
ewarn "sys-libs/libcxxabi with the following in package.env:"
ewarn "A possible (no warranty!) workaround is building llvm-runtimes/libcxx and"
ewarn "llvm-runtimes/libcxxabi with the following in package.env:"
ewarn " MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2\""
ewarn "You may then need to rebuild dev-qt/* and kde-*/*."
fi

View File

@@ -132,11 +132,11 @@ pkg_postinst() {
if [[ $(tc-get-cxx-stdlib) == "libc++" ]] ; then
# Workaround for bug #923292 (KDE-bug 479679)
ewarn "plasmashell and other KDE Plasma components are known to misbehave"
ewarn "when built with sys-libs/libcxx, e.g. crashing when right-clicking"
ewarn "when built with llvm-runtimes/libcxx, e.g. crashing when right-clicking"
ewarn "on a panel. See bug #923292."
ewarn ""
ewarn "A possible (no warranty!) workaround is building sys-libs/libcxx and"
ewarn "sys-libs/libcxxabi with the following in package.env:"
ewarn "A possible (no warranty!) workaround is building llvm-runtimes/libcxx and"
ewarn "llvm-runtimes/libcxxabi with the following in package.env:"
ewarn " MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2\""
ewarn "You may then need to rebuild dev-qt/* and kde-*/*."
fi