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 8883915807A for ; Mon, 09 Jun 2025 15:12:29 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6F7CB34317D for ; Mon, 09 Jun 2025 15:12:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 721311102BE; Mon, 09 Jun 2025 15:12:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 69C3E1102BE for ; Mon, 09 Jun 2025 15:12:28 +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 20CB334317D for ; Mon, 09 Jun 2025 15:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BEED28FF for ; Mon, 09 Jun 2025 15:12:26 +0000 (UTC) From: "Dennis Lamm" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dennis Lamm" Message-ID: <1749481838.489ddd7823a8949e80d607f6401b0ca072af8579.expeditioneer@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.20.0-r1.ebuild X-VCS-Directories: mail-mta/proton-mail-bridge/ X-VCS-Committer: expeditioneer X-VCS-Committer-Name: Dennis Lamm X-VCS-Revision: 489ddd7823a8949e80d607f6401b0ca072af8579 X-VCS-Branch: master Date: Mon, 09 Jun 2025 15:12:26 +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: 3c45f2da-3667-475b-acb6-51cdaec54e3d X-Archives-Hash: 4e094226e9867cedfa1518e42770286d commit: 489ddd7823a8949e80d607f6401b0ca072af8579 Author: Filip Kobierski pm me> AuthorDate: Mon Jun 9 12:29:40 2025 +0000 Commit: Dennis Lamm gentoo org> CommitDate: Mon Jun 9 15:10:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489ddd78 mail-mta/proton-mail-bridge: fix bug not closing as it is a workaround Bug: https://bugs.gentoo.org/957684 Signed-off-by: Filip Kobierski pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42515 Closes: https://github.com/gentoo/gentoo/pull/42515 Signed-off-by: Dennis Lamm gentoo.org> mail-mta/proton-mail-bridge/proton-mail-bridge-3.20.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail-mta/proton-mail-bridge/proton-mail-bridge-3.20.0-r1.ebuild b/mail-mta/proton-mail-bridge/proton-mail-bridge-3.20.0-r1.ebuild index 1d9078270c02..2fea42f10e67 100644 --- a/mail-mta/proton-mail-bridge/proton-mail-bridge-3.20.0-r1.ebuild +++ b/mail-mta/proton-mail-bridge/proton-mail-bridge-3.20.0-r1.ebuild @@ -42,7 +42,8 @@ PATCHES=( "${FILESDIR}"/${PN}-3.15.1-gui_gentoo.patch ) -DOCS=( {README,Changelog}.md ) +# $S is there for bug 957684 +DOCS=( "${S}"/{README,Changelog}.md ) src_unpack() { default