commit:     60b31234980e4ef3785d86c7ded1f5444ba430c1
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sun Feb  2 06:37:02 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb  2 10:21:58 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=60b31234

kde-apps/kmail: drop pch support

Upstream commit: a30f66d895bb5f82f57c380888d7eda2855d5cc0

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kmail/kmail-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 00fe36eaa2..36d3efb992 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -17,7 +17,7 @@ https://kontact.kde.org/components/kmail/";
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="6"
 KEYWORDS=""
-IUSE="activities pch speech telemetry"
+IUSE="activities speech telemetry"
 
 RESTRICT="test" # bug 616878
 
@@ -99,7 +99,6 @@ src_prepare() {
 src_configure() {
        local mycmakeargs=(
                -DOPTION_USE_PLASMA_ACTIVITIES=$(usex activities)
-               -DUSE_PRECOMPILED_HEADERS=$(usex pch)
                $(cmake_use_find_package speech KF6TextEditTextToSpeech)
                $(cmake_use_find_package telemetry KF6UserFeedback)
        )

Reply via email to