summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-meta
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-12-12 02:01:24 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-12-12 02:01:24 +0000
commit39c32f4d5dca9f6293fccb69e9d50baf494c8de4 (patch)
treeec772fdf23a7279a60e9063b01c2dc909741a197 /kde-plasma/plasma-meta
parent494ca58c9f5243dd4b56557aa8c41bce76e95ec3 (diff)
gentoo auto-resync : 12:12:2024 - 02:01:23
Diffstat (limited to 'kde-plasma/plasma-meta')
-rw-r--r--kde-plasma/plasma-meta/Manifest2
-rw-r--r--kde-plasma/plasma-meta/plasma-meta-6.2.4.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/kde-plasma/plasma-meta/Manifest b/kde-plasma/plasma-meta/Manifest
index 973f5f8d667e..bfcebfa19321 100644
--- a/kde-plasma/plasma-meta/Manifest
+++ b/kde-plasma/plasma-meta/Manifest
@@ -1,2 +1,2 @@
-EBUILD plasma-meta-6.2.4.ebuild 5541 BLAKE2B 6541deee969bb8839a64d40d39e4e04cecf32cbf22f9cd50217037dbc012369b6102633b92695d6e4066382826a3b19e2c23aa27de5eb66d725f1cf6fed33873 SHA512 951bab24c4b46df8cb24b6bca858aa54cf7f93f474cfe6fd96cf9f149bc9760456dd08b27a73765b625a24079f865cfe7ee8b37b54ecf4f9f12c3bdb9cf24e3e
+EBUILD plasma-meta-6.2.4.ebuild 5556 BLAKE2B aa9090c2268d764fd7e6d871d701443d9232b1e7f0749241e37252033bd915ce85d1bdae06c22960cf9729e7c745f9d441130194607b1842a996d4b419783090 SHA512 4be2610c8681aaf75a49a065db3ec54ac5d6259cd72ada7631e40a5a96f93ac67796f2557d68b99d3f03495b03cb13ddb39814014d8e16eecf14da98d0eaf57c
MISC metadata.xml 2824 BLAKE2B 505cc4fe402e3bade5a67c5536c3394166767563d696c2acc026437cfa1a527269e137cfec8edcfb70f73c08149d3cc25ff9847e30e5e999f1d65b282e33bd2b SHA512 302cf58eb160ef91f2d05da23621ac1c0e0fc69c0c92a93510b6388e9427d345c52f14328fbd557f6a02d8c6966a008e6c7dad3994e7f0e07eddddfdd8c2e456
diff --git a/kde-plasma/plasma-meta/plasma-meta-6.2.4.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.2.4.ebuild
index 79128fa099af..f4d288916697 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.2.4.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.2.4.ebuild
@@ -131,11 +131,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