commit: d2186b8272a1cc115d4ab745a840e5e08bbf252a Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Thu Aug 27 18:22:57 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Thu Aug 27 18:26:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2186b82
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 <AT> gentoo.org> net-p2p/syncthing/syncthing-1.3.4-r1.ebuild | 1 + net-p2p/syncthing/syncthing-1.7.1.ebuild | 1 + net-p2p/syncthing/syncthing-1.8.0.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/net-p2p/syncthing/syncthing-1.3.4-r1.ebuild b/net-p2p/syncthing/syncthing-1.3.4-r1.ebuild index b318a0d7bbb..12821542253 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 a85137dddd5..3007398e5dc 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 d44432b33ae..8ecb9b64f26 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 )
