Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/
Date: Thu, 27 Aug 2020 18:26:29
Message-Id: 1598552777.d2186b8272a1cc115d4ab745a840e5e08bbf252a.marecki@gentoo
1 commit: d2186b8272a1cc115d4ab745a840e5e08bbf252a
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 18:22:57 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 18:26:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2186b82
7
8 net-p2p/syncthing: block go-1.15+
9
10 Builds but does not run, see
11 https://github.com/syncthing/syncthing/issues/6889. Fix already
12 committed upstream, 1.9.0 should be fine with new Go.
13
14 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
15
16 net-p2p/syncthing/syncthing-1.3.4-r1.ebuild | 1 +
17 net-p2p/syncthing/syncthing-1.7.1.ebuild | 1 +
18 net-p2p/syncthing/syncthing-1.8.0.ebuild | 1 +
19 3 files changed, 3 insertions(+)
20
21 diff --git a/net-p2p/syncthing/syncthing-1.3.4-r1.ebuild b/net-p2p/syncthing/syncthing-1.3.4-r1.ebuild
22 index b318a0d7bbb..12821542253 100644
23 --- a/net-p2p/syncthing/syncthing-1.3.4-r1.ebuild
24 +++ b/net-p2p/syncthing/syncthing-1.3.4-r1.ebuild
25 @@ -289,6 +289,7 @@ RDEPEND="acct-group/syncthing
26 acct-user/stdiscosrv
27 acct-user/strelaysrv )
28 selinux? ( sec-policy/selinux-syncthing )"
29 +BDEPEND="<dev-lang/go-1.15"
30
31 DOCS=( README.md AUTHORS CONTRIBUTING.md )
32
33
34 diff --git a/net-p2p/syncthing/syncthing-1.7.1.ebuild b/net-p2p/syncthing/syncthing-1.7.1.ebuild
35 index a85137dddd5..3007398e5dc 100644
36 --- a/net-p2p/syncthing/syncthing-1.7.1.ebuild
37 +++ b/net-p2p/syncthing/syncthing-1.7.1.ebuild
38 @@ -503,6 +503,7 @@ RDEPEND="acct-group/syncthing
39 acct-user/stdiscosrv
40 acct-user/strelaysrv )
41 selinux? ( sec-policy/selinux-syncthing )"
42 +BDEPEND="<dev-lang/go-1.15"
43
44 DOCS=( README.md AUTHORS CONTRIBUTING.md )
45
46
47 diff --git a/net-p2p/syncthing/syncthing-1.8.0.ebuild b/net-p2p/syncthing/syncthing-1.8.0.ebuild
48 index d44432b33ae..8ecb9b64f26 100644
49 --- a/net-p2p/syncthing/syncthing-1.8.0.ebuild
50 +++ b/net-p2p/syncthing/syncthing-1.8.0.ebuild
51 @@ -523,6 +523,7 @@ RDEPEND="acct-group/syncthing
52 acct-user/stdiscosrv
53 acct-user/strelaysrv )
54 selinux? ( sec-policy/selinux-syncthing )"
55 +BDEPEND="<dev-lang/go-1.15"
56
57 DOCS=( README.md AUTHORS CONTRIBUTING.md )