commit: 9e81906b42a6f4963297b2c241fc25d245581443 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 23 17:49:28 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 25 02:44:56 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9e81906b
kde-plasma/plasma-meta: fix libc++ workaround advice Rin Cat points out on the bug that it should be =2, not =1. Also, clarify the need to rebuild packages afterwards. Bug: https://bugs.gentoo.org/923292 Signed-off-by: Sam James <sam <AT> gentoo.org> kde-plasma/plasma-meta/plasma-meta-6.1.49.9999.ebuild | 3 ++- kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.1.49.9999.ebuild index 4c20e09bd8..5ad5527227 100644 --- a/kde-plasma/plasma-meta/plasma-meta-6.1.49.9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-6.1.49.9999.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 diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index 4c20e09bd8..5ad5527227 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.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
