commit:     67b0938cd21260c36e55f33b45f044c3e6c0edaf
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 13:30:49 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 13:32:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b0938c

net-p2p/syncthing: bdepend on <dev-lang/go-1.18

1.18 is not presently supported upstream, causes build failures.

Bug: https://bugs.gentoo.org/835408
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 net-p2p/syncthing/syncthing-1.18.5.ebuild | 2 ++
 net-p2p/syncthing/syncthing-1.19.1.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/net-p2p/syncthing/syncthing-1.18.5.ebuild 
b/net-p2p/syncthing/syncthing-1.18.5.ebuild
index 3ef6bd639508..7c7b5f6e6d7d 100644
--- a/net-p2p/syncthing/syncthing-1.18.5.ebuild
+++ b/net-p2p/syncthing/syncthing-1.18.5.ebuild
@@ -801,6 +801,8 @@ RDEPEND="acct-group/syncthing
        tools? ( >=acct-user/stdiscosrv-1
                >=acct-user/strelaysrv-1 )
        selinux? ( sec-policy/selinux-syncthing )"
+# Bug #835408
+BDEPEND="<dev-lang/go-1.18"
 
 DOCS=( README.md AUTHORS CONTRIBUTING.md )
 

diff --git a/net-p2p/syncthing/syncthing-1.19.1.ebuild 
b/net-p2p/syncthing/syncthing-1.19.1.ebuild
index 96b5ac4b8901..08a3fa9556f4 100644
--- a/net-p2p/syncthing/syncthing-1.19.1.ebuild
+++ b/net-p2p/syncthing/syncthing-1.19.1.ebuild
@@ -20,6 +20,8 @@ RDEPEND="acct-group/syncthing
        tools? ( >=acct-user/stdiscosrv-1
                >=acct-user/strelaysrv-1 )
        selinux? ( sec-policy/selinux-syncthing )"
+# Bug #835408
+BDEPEND="<dev-lang/go-1.18"
 
 DOCS=( README.md AUTHORS CONTRIBUTING.md )
 

Reply via email to