Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/
Date: Sun, 30 Aug 2020 17:40:17
Message-Id: 1598809186.9ee1279b4da1804d95850953310dc0bbaa65319b.williamh@gentoo
1 commit: 9ee1279b4da1804d95850953310dc0bbaa65319b
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 17:18:21 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 17:39:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee1279b
7
8 net-p2p/syncthing: update BDEPEND setting
9
10 This was approved by the maintainer.
11 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
12
13 net-p2p/syncthing/syncthing-1.7.1.ebuild | 2 +-
14 net-p2p/syncthing/syncthing-1.8.0.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-p2p/syncthing/syncthing-1.7.1.ebuild b/net-p2p/syncthing/syncthing-1.7.1.ebuild
18 index 2de9357f90e..b4d1c72d86d 100644
19 --- a/net-p2p/syncthing/syncthing-1.7.1.ebuild
20 +++ b/net-p2p/syncthing/syncthing-1.7.1.ebuild
21 @@ -503,7 +503,7 @@ RDEPEND="acct-group/syncthing
22 acct-user/stdiscosrv
23 acct-user/strelaysrv )
24 selinux? ( sec-policy/selinux-syncthing )"
25 -BDEPEND="<dev-lang/go-1.15"
26 +BDEPEND="=dev-lang/go-1.14*"
27
28 DOCS=( README.md AUTHORS CONTRIBUTING.md )
29
30
31 diff --git a/net-p2p/syncthing/syncthing-1.8.0.ebuild b/net-p2p/syncthing/syncthing-1.8.0.ebuild
32 index 8ecb9b64f26..fd7bd767548 100644
33 --- a/net-p2p/syncthing/syncthing-1.8.0.ebuild
34 +++ b/net-p2p/syncthing/syncthing-1.8.0.ebuild
35 @@ -523,7 +523,7 @@ RDEPEND="acct-group/syncthing
36 acct-user/stdiscosrv
37 acct-user/strelaysrv )
38 selinux? ( sec-policy/selinux-syncthing )"
39 -BDEPEND="<dev-lang/go-1.15"
40 +BDEPEND="=dev-lang/go-1.14*"
41
42 DOCS=( README.md AUTHORS CONTRIBUTING.md )