From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4843715838C for ; Wed, 24 Jan 2024 16:43:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C140F2BC017; Wed, 24 Jan 2024 16:43:12 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A403D2BC017 for ; Wed, 24 Jan 2024 16:43:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99E513433C3 for ; Wed, 24 Jan 2024 16:43:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFFC813AA for ; Wed, 24 Jan 2024 16:43:09 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1706114269.849d6b5c1efc0eb6df64c0b8cfb836d38650f136.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/proton-mail-bridge/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/proton-mail-bridge/proton-mail-bridge-3.6.1.ebuild X-VCS-Directories: mail-mta/proton-mail-bridge/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 849d6b5c1efc0eb6df64c0b8cfb836d38650f136 X-VCS-Branch: master Date: Wed, 24 Jan 2024 16:43:09 +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: 3cb785ad-5cca-475a-af20-fd8e37a317b5 X-Archives-Hash: 5ece6948f14fcc79322ed2c2703792a1 commit: 849d6b5c1efc0eb6df64c0b8cfb836d38650f136 Author: Marek Szuba gentoo org> AuthorDate: Wed Jan 24 16:37:49 2024 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jan 24 16:37:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849d6b5c mail-mta/proton-mail-bridge: disable PCH for the GUI Enabled on Gentoo by default (in cmake.eclass), appears to cause problems for some users. Closes: https://bugs.gentoo.org/921938 Signed-off-by: Marek Szuba gentoo.org> mail-mta/proton-mail-bridge/proton-mail-bridge-3.6.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail-mta/proton-mail-bridge/proton-mail-bridge-3.6.1.ebuild b/mail-mta/proton-mail-bridge/proton-mail-bridge-3.6.1.ebuild index d64b250bc9c0..ea41b272ebaf 100644 --- a/mail-mta/proton-mail-bridge/proton-mail-bridge-3.6.1.ebuild +++ b/mail-mta/proton-mail-bridge/proton-mail-bridge-3.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -63,6 +63,7 @@ src_configure() { -DBRIDGE_REPO_ROOT="${S}" -DBRIDGE_TAG="NOTAG" -DBRIDGE_VENDOR="Gentoo Linux" + -DCMAKE_DISABLE_PRECOMPILE_HEADERS=OFF ) BUILD_DIR="${WORKDIR}"/gui_build \ CMAKE_USE_DIR="${S}"/internal/frontend/bridge-gui/bridge-gui \