commit:     63fd9a31c537f61f7b916f8c64c7727c50f7f608
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 13:49:03 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 14:05:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fd9a31

net-p2p/syncthing: require <dev-lang/go-1.19

Because it will be a great day indeed when a new version of Go does
not break at least one of the numerous dependencies of Syncthing.

On the plus side, a fix has already been merged upstream so the next
version should no longer have to be limited.

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

 net-p2p/syncthing/syncthing-1.19.2.ebuild | 2 ++
 net-p2p/syncthing/syncthing-1.20.2.ebuild | 2 ++
 net-p2p/syncthing/syncthing-1.20.3.ebuild | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/net-p2p/syncthing/syncthing-1.19.2.ebuild 
b/net-p2p/syncthing/syncthing-1.19.2.ebuild
index 469c501469b1..7425a1b095db 100644
--- a/net-p2p/syncthing/syncthing-1.19.2.ebuild
+++ b/net-p2p/syncthing/syncthing-1.19.2.ebuild
@@ -20,6 +20,8 @@ RDEPEND="acct-group/syncthing
        tools? ( >=acct-user/stdiscosrv-1
                >=acct-user/strelaysrv-1 )
        selinux? ( sec-policy/selinux-syncthing )"
+# Bug #86348
+BDEPEND="<dev-lang/go-1.19"
 
 DOCS=( README.md AUTHORS CONTRIBUTING.md )
 

diff --git a/net-p2p/syncthing/syncthing-1.20.2.ebuild 
b/net-p2p/syncthing/syncthing-1.20.2.ebuild
index 602b88210caa..cf1dfef89e20 100644
--- a/net-p2p/syncthing/syncthing-1.20.2.ebuild
+++ b/net-p2p/syncthing/syncthing-1.20.2.ebuild
@@ -20,6 +20,8 @@ RDEPEND="acct-group/syncthing
        tools? ( >=acct-user/stdiscosrv-1
                >=acct-user/strelaysrv-1 )
        selinux? ( sec-policy/selinux-syncthing )"
+# Bug #86348
+BDEPEND="<dev-lang/go-1.19"
 
 DOCS=( README.md AUTHORS CONTRIBUTING.md )
 

diff --git a/net-p2p/syncthing/syncthing-1.20.3.ebuild 
b/net-p2p/syncthing/syncthing-1.20.3.ebuild
index 4f3b90d5f252..687924d4f607 100644
--- a/net-p2p/syncthing/syncthing-1.20.3.ebuild
+++ b/net-p2p/syncthing/syncthing-1.20.3.ebuild
@@ -20,6 +20,8 @@ RDEPEND="acct-group/syncthing
        tools? ( >=acct-user/stdiscosrv-1
                >=acct-user/strelaysrv-1 )
        selinux? ( sec-policy/selinux-syncthing )"
+# Bug #86348
+BDEPEND="<dev-lang/go-1.19"
 
 DOCS=( README.md AUTHORS CONTRIBUTING.md )
 

Reply via email to