diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-08-27 20:22:57 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-08-27 20:26:17 +0200 |
commit | d2186b8272a1cc115d4ab745a840e5e08bbf252a (patch) | |
tree | 07a65b5abf5f47c005011ca908c534811d8d65d6 /net-p2p | |
parent | net-p2p/syncthing: remove old (diff) | |
download | gentoo-d2186b8272a1cc115d4ab745a840e5e08bbf252a.tar.gz gentoo-d2186b8272a1cc115d4ab745a840e5e08bbf252a.tar.bz2 gentoo-d2186b8272a1cc115d4ab745a840e5e08bbf252a.zip |
net-p2p/syncthing: block go-1.15+
Builds but does not run, see
https://github.com/syncthing/syncthing/issues/6889. Fix already
committed upstream, 1.9.0 should be fine with new Go.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/syncthing/syncthing-1.3.4-r1.ebuild | 1 | ||||
-rw-r--r-- | net-p2p/syncthing/syncthing-1.7.1.ebuild | 1 | ||||
-rw-r--r-- | net-p2p/syncthing/syncthing-1.8.0.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/syncthing/syncthing-1.3.4-r1.ebuild b/net-p2p/syncthing/syncthing-1.3.4-r1.ebuild index b318a0d7bbb3..128215422534 100644 --- a/net-p2p/syncthing/syncthing-1.3.4-r1.ebuild +++ b/net-p2p/syncthing/syncthing-1.3.4-r1.ebuild @@ -289,6 +289,7 @@ RDEPEND="acct-group/syncthing acct-user/stdiscosrv acct-user/strelaysrv ) selinux? ( sec-policy/selinux-syncthing )" +BDEPEND="<dev-lang/go-1.15" DOCS=( README.md AUTHORS CONTRIBUTING.md ) diff --git a/net-p2p/syncthing/syncthing-1.7.1.ebuild b/net-p2p/syncthing/syncthing-1.7.1.ebuild index a85137dddd52..3007398e5dc9 100644 --- a/net-p2p/syncthing/syncthing-1.7.1.ebuild +++ b/net-p2p/syncthing/syncthing-1.7.1.ebuild @@ -503,6 +503,7 @@ RDEPEND="acct-group/syncthing acct-user/stdiscosrv acct-user/strelaysrv ) selinux? ( sec-policy/selinux-syncthing )" +BDEPEND="<dev-lang/go-1.15" DOCS=( README.md AUTHORS CONTRIBUTING.md ) diff --git a/net-p2p/syncthing/syncthing-1.8.0.ebuild b/net-p2p/syncthing/syncthing-1.8.0.ebuild index d44432b33ae2..8ecb9b64f265 100644 --- a/net-p2p/syncthing/syncthing-1.8.0.ebuild +++ b/net-p2p/syncthing/syncthing-1.8.0.ebuild @@ -523,6 +523,7 @@ RDEPEND="acct-group/syncthing acct-user/stdiscosrv acct-user/strelaysrv ) selinux? ( sec-policy/selinux-syncthing )" +BDEPEND="<dev-lang/go-1.15" DOCS=( README.md AUTHORS CONTRIBUTING.md ) |