commit:     1c83a085d4c37c247d844dfc0b0f9a76e642763b
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 22:32:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c83a085

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.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

Reply via email to