aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-05 12:27:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-05 12:28:22 +0200
commit4025c3f74965c17b8ea997c182b1bbabbe2e4e4b (patch)
treed8b4afbdfa554dd2ddb36f746dd8e5addd8fac11
parentkde-apps/kdepim-addons: Explicitly disable compiling against Corrosion (diff)
downloadkde-4025c3f74965c17b8ea997c182b1bbabbe2e4e4b.tar.gz
kde-4025c3f74965c17b8ea997c182b1bbabbe2e4e4b.tar.bz2
kde-4025c3f74965c17b8ea997c182b1bbabbe2e4e4b.zip
kde-apps/kdepim-addons: Comment on Corrosion leads to failure
Bug: https://bugs.gentoo.org/940898 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kdepim-addons/kdepim-addons-24.08.49.9999.ebuild1
-rw-r--r--kde-apps/kdepim-addons/kdepim-addons-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/kde-apps/kdepim-addons/kdepim-addons-24.08.49.9999.ebuild b/kde-apps/kdepim-addons/kdepim-addons-24.08.49.9999.ebuild
index 884901d1bf..394d414bf2 100644
--- a/kde-apps/kdepim-addons/kdepim-addons-24.08.49.9999.ebuild
+++ b/kde-apps/kdepim-addons/kdepim-addons-24.08.49.9999.ebuild
@@ -65,6 +65,7 @@ DEPEND="${RDEPEND}"
src_configure() {
local mycmakeargs=(
+ # not packaged (bug 911819), but if present leads to rust shenanigans (bug 940898)
-DCMAKE_DISABLE_FIND_PACKAGE_Corrosion=YES
$(cmake_use_find_package importwizard KPim6ImportWizard)
$(cmake_use_find_package markdown Discount)
diff --git a/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild b/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild
index 884901d1bf..394d414bf2 100644
--- a/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild
+++ b/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild
@@ -65,6 +65,7 @@ DEPEND="${RDEPEND}"
src_configure() {
local mycmakeargs=(
+ # not packaged (bug 911819), but if present leads to rust shenanigans (bug 940898)
-DCMAKE_DISABLE_FIND_PACKAGE_Corrosion=YES
$(cmake_use_find_package importwizard KPim6ImportWizard)
$(cmake_use_find_package markdown Discount)