diff options
author | William Hubbs <williamh@gentoo.org> | 2023-02-03 00:08:12 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-02-03 00:08:12 -0600 |
commit | 74030a590a1be5655920aa9c26a07e5cb73a43b5 (patch) | |
tree | 51bc4741048aa9961d10cdce9bdfc50db8177d53 /net-p2p | |
parent | net-dns/dnscrypt-proxy: add build dependency for < go 1.20 (diff) | |
download | gentoo-74030a590a1be5655920aa9c26a07e5cb73a43b5.tar.gz gentoo-74030a590a1be5655920aa9c26a07e5cb73a43b5.tar.bz2 gentoo-74030a590a1be5655920aa9c26a07e5cb73a43b5.zip |
net-p2p/syncthing: set bdepend for < go 1.20
Bug: https://bugs.gentoo.org/892978
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/syncthing/syncthing-1.21.0.ebuild | 3 | ||||
-rw-r--r-- | net-p2p/syncthing/syncthing-1.22.2.ebuild | 3 | ||||
-rw-r--r-- | net-p2p/syncthing/syncthing-1.23.0.ebuild | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/net-p2p/syncthing/syncthing-1.21.0.ebuild b/net-p2p/syncthing/syncthing-1.21.0.ebuild index 08426c842e6e..48a816e848bb 100644 --- a/net-p2p/syncthing/syncthing-1.21.0.ebuild +++ b/net-p2p/syncthing/syncthing-1.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,6 +20,7 @@ RDEPEND="acct-group/syncthing tools? ( >=acct-user/stdiscosrv-1 >=acct-user/strelaysrv-1 ) selinux? ( sec-policy/selinux-syncthing )" +BDEPEND="<dev-lang/go-1.20" DOCS=( README.md AUTHORS CONTRIBUTING.md ) diff --git a/net-p2p/syncthing/syncthing-1.22.2.ebuild b/net-p2p/syncthing/syncthing-1.22.2.ebuild index 30c491a557cd..9284130b9c50 100644 --- a/net-p2p/syncthing/syncthing-1.22.2.ebuild +++ b/net-p2p/syncthing/syncthing-1.22.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,6 +20,7 @@ RDEPEND="acct-group/syncthing tools? ( >=acct-user/stdiscosrv-1 >=acct-user/strelaysrv-1 ) selinux? ( sec-policy/selinux-syncthing )" +BDEPEND="<dev-lang/go-1.20" DOCS=( README.md AUTHORS CONTRIBUTING.md ) diff --git a/net-p2p/syncthing/syncthing-1.23.0.ebuild b/net-p2p/syncthing/syncthing-1.23.0.ebuild index 31dc10e28ac6..9284130b9c50 100644 --- a/net-p2p/syncthing/syncthing-1.23.0.ebuild +++ b/net-p2p/syncthing/syncthing-1.23.0.ebuild @@ -20,6 +20,7 @@ RDEPEND="acct-group/syncthing tools? ( >=acct-user/stdiscosrv-1 >=acct-user/strelaysrv-1 ) selinux? ( sec-policy/selinux-syncthing )" +BDEPEND="<dev-lang/go-1.20" DOCS=( README.md AUTHORS CONTRIBUTING.md ) |