commit:     489ddd7823a8949e80d607f6401b0ca072af8579
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Mon Jun  9 12:29:40 2025 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> 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 <fkobi <AT> pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/42515
Closes: https://github.com/gentoo/gentoo/pull/42515
Signed-off-by: Dennis Lamm <expeditioneer <AT> 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

Reply via email to