diff options
Diffstat (limited to 'kde-plasma/plasma-meta')
-rw-r--r-- | kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild index f57d24bcf99e..13e81b8220c3 100644 --- a/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild @@ -127,7 +127,8 @@ pkg_postinst() { ewarn "" ewarn "A possible (no warranty!) workaround is building sys-libs/libcxx and" ewarn "sys-libs/libcxxabi with the following in package.env:" - ewarn " MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=1\"" + ewarn " MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2\"" + ewarn "You may then need to rebuild dev-qt/* and kde-*/*." fi if ! use qt5 && has_version dev-qt/qtgui; then |