diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-08-04 14:49:03 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-08-04 15:05:09 +0100 |
commit | 63fd9a31c537f61f7b916f8c64c7727c50f7f608 (patch) | |
tree | bdc7645f8b9d34bdc4ffd75955331127da8489f9 /net-p2p | |
parent | dev-ml/jingoo: fix dependency (diff) | |
download | gentoo-63fd9a31c537f61f7b916f8c64c7727c50f7f608.tar.gz gentoo-63fd9a31c537f61f7b916f8c64c7727c50f7f608.tar.bz2 gentoo-63fd9a31c537f61f7b916f8c64c7727c50f7f608.zip |
net-p2p/syncthing: require <dev-lang/go-1.19
Because it will be a great day indeed when a new version of Go does
not break at least one of the numerous dependencies of Syncthing.
On the plus side, a fix has already been merged upstream so the next
version should no longer have to be limited.
Closes: https://bugs.gentoo.org/863488
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/syncthing/syncthing-1.19.2.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/syncthing/syncthing-1.20.2.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/syncthing/syncthing-1.20.3.ebuild | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/net-p2p/syncthing/syncthing-1.19.2.ebuild b/net-p2p/syncthing/syncthing-1.19.2.ebuild index 469c501469b1..7425a1b095db 100644 --- a/net-p2p/syncthing/syncthing-1.19.2.ebuild +++ b/net-p2p/syncthing/syncthing-1.19.2.ebuild @@ -20,6 +20,8 @@ RDEPEND="acct-group/syncthing tools? ( >=acct-user/stdiscosrv-1 >=acct-user/strelaysrv-1 ) selinux? ( sec-policy/selinux-syncthing )" +# Bug #86348 +BDEPEND="<dev-lang/go-1.19" DOCS=( README.md AUTHORS CONTRIBUTING.md ) diff --git a/net-p2p/syncthing/syncthing-1.20.2.ebuild b/net-p2p/syncthing/syncthing-1.20.2.ebuild index 602b88210caa..cf1dfef89e20 100644 --- a/net-p2p/syncthing/syncthing-1.20.2.ebuild +++ b/net-p2p/syncthing/syncthing-1.20.2.ebuild @@ -20,6 +20,8 @@ RDEPEND="acct-group/syncthing tools? ( >=acct-user/stdiscosrv-1 >=acct-user/strelaysrv-1 ) selinux? ( sec-policy/selinux-syncthing )" +# Bug #86348 +BDEPEND="<dev-lang/go-1.19" DOCS=( README.md AUTHORS CONTRIBUTING.md ) diff --git a/net-p2p/syncthing/syncthing-1.20.3.ebuild b/net-p2p/syncthing/syncthing-1.20.3.ebuild index 4f3b90d5f252..687924d4f607 100644 --- a/net-p2p/syncthing/syncthing-1.20.3.ebuild +++ b/net-p2p/syncthing/syncthing-1.20.3.ebuild @@ -20,6 +20,8 @@ RDEPEND="acct-group/syncthing tools? ( >=acct-user/stdiscosrv-1 >=acct-user/strelaysrv-1 ) selinux? ( sec-policy/selinux-syncthing )" +# Bug #86348 +BDEPEND="<dev-lang/go-1.19" DOCS=( README.md AUTHORS CONTRIBUTING.md ) |