From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EC411584F2 for ; Sat, 15 Mar 2025 19:06:06 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1C6AC343010 for ; Sat, 15 Mar 2025 19:06:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 134B111037F; Sat, 15 Mar 2025 19:06:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 052A41102B7 for ; Sat, 15 Mar 2025 19:06:04 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 804E0343010 for ; Sat, 15 Mar 2025 19:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F92E2035 for ; Sat, 15 Mar 2025 19:06:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1742065541.797a3719005970b7758fd5ce6e824948c6667893.asturm@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.3.49.9999.ebuild kde-plasma/plasma-meta/plasma-meta-9999.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 797a3719005970b7758fd5ce6e824948c6667893 X-VCS-Branch: master Date: Sat, 15 Mar 2025 19:06:03 +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: 6a374cc9-d6ef-405a-a8ca-2eff8412ab0e X-Archives-Hash: 4a705096642c7e7b2fb50b55ef0c7f51 commit: 797a3719005970b7758fd5ce6e824948c6667893 Author: Paul Zander gmail com> AuthorDate: Sat Mar 15 16:33:38 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 15 19:05:41 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=797a3719 kde-plasma/plasma-meta: move {sys-libs => llvm-runtimes}/libcxx* Signed-off-by: Paul Zander gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild | 6 +++--- kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild index 610d2c6290..8f172c880f 100644 --- a/kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-6.3.49.9999.ebuild @@ -135,11 +135,11 @@ pkg_postinst() { if [[ $(tc-get-cxx-stdlib) == "libc++" ]] ; then # Workaround for bug #923292 (KDE-bug 479679) ewarn "plasmashell and other KDE Plasma components are known to misbehave" - ewarn "when built with sys-libs/libcxx, e.g. crashing when right-clicking" + ewarn "when built with llvm-runtimes/libcxx, e.g. crashing when right-clicking" ewarn "on a panel. See bug #923292." ewarn "" - ewarn "A possible (no warranty!) workaround is building sys-libs/libcxx and" - ewarn "sys-libs/libcxxabi with the following in package.env:" + ewarn "A possible (no warranty!) workaround is building llvm-runtimes/libcxx and" + ewarn "llvm-runtimes/libcxxabi with the following in package.env:" ewarn " MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2\"" ewarn "You may then need to rebuild dev-qt/* and kde-*/*." fi diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index f5cb68ef1a..67e434887c 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -134,11 +134,11 @@ pkg_postinst() { if [[ $(tc-get-cxx-stdlib) == "libc++" ]] ; then # Workaround for bug #923292 (KDE-bug 479679) ewarn "plasmashell and other KDE Plasma components are known to misbehave" - ewarn "when built with sys-libs/libcxx, e.g. crashing when right-clicking" + ewarn "when built with llvm-runtimes/libcxx, e.g. crashing when right-clicking" ewarn "on a panel. See bug #923292." ewarn "" - ewarn "A possible (no warranty!) workaround is building sys-libs/libcxx and" - ewarn "sys-libs/libcxxabi with the following in package.env:" + ewarn "A possible (no warranty!) workaround is building llvm-runtimes/libcxx and" + ewarn "llvm-runtimes/libcxxabi with the following in package.env:" ewarn " MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2\"" ewarn "You may then need to rebuild dev-qt/* and kde-*/*." fi