diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-08-12 20:39:21 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-08-12 22:06:56 +0100 |
commit | 5283f10049f4e0abbdb9b2247adfac77cf26441c (patch) | |
tree | 53a257e83d5b5a73e638926e226c8f0d2039ac0b /net-p2p/syncthing | |
parent | dev-python/flasgger: Keyword 0.9.7.1 hppa, #912056 (diff) | |
download | gentoo-5283f10049f4e0abbdb9b2247adfac77cf26441c.tar.gz gentoo-5283f10049f4e0abbdb9b2247adfac77cf26441c.tar.bz2 gentoo-5283f10049f4e0abbdb9b2247adfac77cf26441c.zip |
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@gentoo.org>
Diffstat (limited to 'net-p2p/syncthing')
-rw-r--r-- | net-p2p/syncthing/syncthing-1.23.5.ebuild | 1 | ||||
-rw-r--r-- | net-p2p/syncthing/syncthing-1.23.6.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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 ) |