From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E87E615802E for ; Tue, 25 Jun 2024 22:31:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7A7C2BC067; Tue, 25 Jun 2024 22:31:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95B3A2BC067 for ; Tue, 25 Jun 2024 22:31:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F83C340CC9 for ; Tue, 25 Jun 2024 22:31:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E72191D4D for ; Tue, 25 Jun 2024 22:31:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1719283496.9e81906b42a6f4963297b2c241fc25d245581443.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-meta/plasma-meta-6.1.49.9999.ebuild kde-plasma/plasma-meta/plasma-meta-9999.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9e81906b42a6f4963297b2c241fc25d245581443 X-VCS-Branch: master Date: Tue, 25 Jun 2024 22:31:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c665b58-d360-461b-ab26-be51b4890a05 X-Archives-Hash: 0692ec9753756cdba8d524a90984c07e commit: 9e81906b42a6f4963297b2c241fc25d245581443 Author: Sam James gentoo org> AuthorDate: Sun Jun 23 17:49:28 2024 +0000 Commit: Sam James gentoo 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 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