diff options
author | 2024-06-23 18:49:28 +0100 | |
---|---|---|
committer | 2024-06-25 03:44:56 +0100 | |
commit | 9e81906b42a6f4963297b2c241fc25d245581443 (patch) | |
tree | 156d652bb81c9fa36dc256cad763d577c80b90d9 /kde-plasma | |
parent | kde-plasma/plasma-meta: allow xdg-desktop-portal-gnome with USE=-unsupported (diff) | |
download | kde-9e81906b42a6f4963297b2c241fc25d245581443.tar.gz kde-9e81906b42a6f4963297b2c241fc25d245581443.tar.bz2 kde-9e81906b42a6f4963297b2c241fc25d245581443.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')
-rw-r--r-- | kde-plasma/plasma-meta/plasma-meta-6.1.49.9999.ebuild | 3 | ||||
-rw-r--r-- | 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 |