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 0BEAE158B20 for ; Sun, 02 Feb 2025 10:28:53 +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 ECB5B34309C for ; Sun, 02 Feb 2025 10:28:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 562C411047A; Sun, 02 Feb 2025 10:28:32 +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 4EF5911047A for ; Sun, 02 Feb 2025 10:28:32 +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 0607F343030 for ; Sun, 02 Feb 2025 10:28:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7842601 for ; Sun, 02 Feb 2025 10:28:29 +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: <1738491718.60b31234980e4ef3785d86c7ded1f5444ba430c1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmail/kmail-9999.ebuild X-VCS-Directories: kde-apps/kmail/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 60b31234980e4ef3785d86c7ded1f5444ba430c1 X-VCS-Branch: master Date: Sun, 02 Feb 2025 10:28:29 +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: 0b04eb7f-8530-44b5-b11c-5c547917b242 X-Archives-Hash: 8979b542e9606f4150473f245b9b1dd6 commit: 60b31234980e4ef3785d86c7ded1f5444ba430c1 Author: Alfred Wingate protonmail com> AuthorDate: Sun Feb 2 06:37:02 2025 +0000 Commit: Andreas Sturmlechner gentoo 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 protonmail.com> Signed-off-by: Andreas Sturmlechner 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) )