summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2023-02-03 00:08:12 -0600
committerWilliam Hubbs <williamh@gentoo.org>2023-02-03 00:08:12 -0600
commit74030a590a1be5655920aa9c26a07e5cb73a43b5 (patch)
tree51bc4741048aa9961d10cdce9bdfc50db8177d53
parentnet-dns/dnscrypt-proxy: add build dependency for < go 1.20 (diff)
downloadgentoo-74030a59.tar.gz
gentoo-74030a59.tar.bz2
gentoo-74030a59.zip
net-p2p/syncthing: set bdepend for < go 1.20
Bug: https://bugs.gentoo.org/892978 Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r--net-p2p/syncthing/syncthing-1.21.0.ebuild3
-rw-r--r--net-p2p/syncthing/syncthing-1.22.2.ebuild3
-rw-r--r--net-p2p/syncthing/syncthing-1.23.0.ebuild1
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 )