summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-11 12:12:10 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-11 12:53:13 +0100
commitc614d9691e23ef798e5f7ca78768803f9be57c53 (patch)
treec16b3ceeb65682e6489aabe2d31894e8f459f84f /kde-plasma
parentMove {sys-libs → llvm-runtimes}/libcxxabi (diff)
downloadgentoo-c614d9691e23ef798e5f7ca78768803f9be57c53.tar.gz
gentoo-c614d9691e23ef798e5f7ca78768803f9be57c53.tar.bz2
gentoo-c614d9691e23ef798e5f7ca78768803f9be57c53.zip
Move {sys-libs → llvm-runtimes}/libcxx
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-meta/plasma-meta-6.2.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-plasma/plasma-meta/plasma-meta-6.2.4.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.2.4.ebuild
index 39031f2c11f9..f4d288916697 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.2.4.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.2.4.ebuild
@@ -131,10 +131,10 @@ 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 "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-*/*."