commit:     5283f10049f4e0abbdb9b2247adfac77cf26441c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 19:39:21 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 21:06:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5283f100

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

As usual, a new minor version of Go has broken one of the bundled
dependencies. Upstream is already aware of this (see
https://github.com/syncthing/syncthing/issues/9034) so hopefully we
won't have to wait for a proper resolution.

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

 net-p2p/syncthing/syncthing-1.23.5.ebuild | 1 +
 net-p2p/syncthing/syncthing-1.23.6.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-p2p/syncthing/syncthing-1.23.5.ebuild 
b/net-p2p/syncthing/syncthing-1.23.5.ebuild
index 775dfc6ccb00..4aa920023bb7 100644
--- a/net-p2p/syncthing/syncthing-1.23.5.ebuild
+++ b/net-p2p/syncthing/syncthing-1.23.5.ebuild
@@ -19,6 +19,7 @@ RDEPEND="acct-group/syncthing
        tools? ( >=acct-user/stdiscosrv-1
                >=acct-user/strelaysrv-1 )
        selinux? ( sec-policy/selinux-syncthing )"
+BDEPEND="<dev-lang/go-1.21"
 
 DOCS=( README.md AUTHORS CONTRIBUTING.md )
 

diff --git a/net-p2p/syncthing/syncthing-1.23.6.ebuild 
b/net-p2p/syncthing/syncthing-1.23.6.ebuild
index d8e3bf08df7a..56d37e45d3da 100644
--- a/net-p2p/syncthing/syncthing-1.23.6.ebuild
+++ b/net-p2p/syncthing/syncthing-1.23.6.ebuild
@@ -19,6 +19,7 @@ RDEPEND="acct-group/syncthing
        tools? ( >=acct-user/stdiscosrv-1
                >=acct-user/strelaysrv-1 )
        selinux? ( sec-policy/selinux-syncthing )"
+BDEPEND="<dev-lang/go-1.21"
 
 DOCS=( README.md AUTHORS CONTRIBUTING.md )
 

Reply via email to