diff options
| author | Paul Zander <negril.nx@gmail.com> | 2025-03-15 17:33:38 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-03-15 20:05:41 +0100 |
| commit | 797a3719005970b7758fd5ce6e824948c6667893 (patch) | |
| tree | 18b10e1f4482a0b7320d762af4dd0de9093bac87 | |
| parent | 6a2d3ee279210a54cc0ca3abfd4eff9127a49997 (diff) | |
| download | kde-797a3719005970b7758fd5ce6e824948c6667893.tar.gz kde-797a3719005970b7758fd5ce6e824948c6667893.tar.bz2 kde-797a3719005970b7758fd5ce6e824948c6667893.zip | |
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>
| -rw-r--r-- | kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild | 6 | ||||
| -rw-r--r-- | kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild index 610d2c62902..8f172c880ff 100644 --- a/kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild @@ -135,11 +135,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 diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index f5cb68ef1a7..67e434887c7 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -134,11 +134,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 |
