diff options
author | Sam James <sam@gentoo.org> | 2024-06-23 18:49:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-25 23:32:06 +0100 |
commit | 1c83a085d4c37c247d844dfc0b0f9a76e642763b (patch) | |
tree | 0b1c4f2e682ef5ab3216feb900b778301c5ea3ab /kde-plasma/plasma-meta | |
parent | kde-plasma/plasma-meta: allow xdg-desktop-portal-gnome with USE=-unsupported (diff) | |
download | gentoo-1c83a085d4c37c247d844dfc0b0f9a76e642763b.tar.gz gentoo-1c83a085d4c37c247d844dfc0b0f9a76e642763b.tar.bz2 gentoo-1c83a085d4c37c247d844dfc0b0f9a76e642763b.zip |
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@gentoo.org>
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 |