diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-03-22 13:30:49 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-03-22 13:32:47 +0000 |
commit | 67b0938cd21260c36e55f33b45f044c3e6c0edaf (patch) | |
tree | 6805d22d7f090c8418eb47913c8c610776387dbb /net-p2p | |
parent | dev-qt/qtdeclarative: Drop 5.15.2-r14 (diff) | |
download | gentoo-67b0938cd21260c36e55f33b45f044c3e6c0edaf.tar.gz gentoo-67b0938cd21260c36e55f33b45f044c3e6c0edaf.tar.bz2 gentoo-67b0938cd21260c36e55f33b45f044c3e6c0edaf.zip |
net-p2p/syncthing: bdepend on <dev-lang/go-1.18
1.18 is not presently supported upstream, causes build failures.
Bug: https://bugs.gentoo.org/835408
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/syncthing/syncthing-1.18.5.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/syncthing/syncthing-1.19.1.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/syncthing/syncthing-1.18.5.ebuild b/net-p2p/syncthing/syncthing-1.18.5.ebuild index 3ef6bd639508..7c7b5f6e6d7d 100644 --- a/net-p2p/syncthing/syncthing-1.18.5.ebuild +++ b/net-p2p/syncthing/syncthing-1.18.5.ebuild @@ -801,6 +801,8 @@ RDEPEND="acct-group/syncthing tools? ( >=acct-user/stdiscosrv-1 >=acct-user/strelaysrv-1 ) selinux? ( sec-policy/selinux-syncthing )" +# Bug #835408 +BDEPEND="<dev-lang/go-1.18" DOCS=( README.md AUTHORS CONTRIBUTING.md ) diff --git a/net-p2p/syncthing/syncthing-1.19.1.ebuild b/net-p2p/syncthing/syncthing-1.19.1.ebuild index 96b5ac4b8901..08a3fa9556f4 100644 --- a/net-p2p/syncthing/syncthing-1.19.1.ebuild +++ b/net-p2p/syncthing/syncthing-1.19.1.ebuild @@ -20,6 +20,8 @@ RDEPEND="acct-group/syncthing tools? ( >=acct-user/stdiscosrv-1 >=acct-user/strelaysrv-1 ) selinux? ( sec-policy/selinux-syncthing )" +# Bug #835408 +BDEPEND="<dev-lang/go-1.18" DOCS=( README.md AUTHORS CONTRIBUTING.md ) |