Skip to content

Commit 797a371

Browse files
negrila17r
authored andcommitted
kde-plasma/plasma-meta: move {sys-libs => llvm-runtimes}/libcxx*
Signed-off-by: Paul Zander <[email protected]> Signed-off-by: Andreas Sturmlechner <[email protected]>
1 parent 6a2d3ee commit 797a371

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild

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

kde-plasma/plasma-meta/plasma-meta-9999.ebuild

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

0 commit comments

Comments
 (0)