diff options
author | Sam James <sam@gentoo.org> | 2023-10-19 14:34:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-19 14:36:45 +0100 |
commit | b24700948a2b002b3471277c3155bdc16b45d4fe (patch) | |
tree | 96de5a8b7bde665ab492cab2b903b6e9d735376b /net-p2p | |
parent | games-emulation/pcsx2_patches: sync live (diff) | |
download | gentoo-b24700948a2b002b3471277c3155bdc16b45d4fe.tar.gz gentoo-b24700948a2b002b3471277c3155bdc16b45d4fe.tar.bz2 gentoo-b24700948a2b002b3471277c3155bdc16b45d4fe.zip |
net-p2p/syncthing: bdepend on >=dev-lang/go-1.20.0 for 1.24.0
Closes: https://bugs.gentoo.org/916008
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/syncthing/syncthing-1.24.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/syncthing/syncthing-1.24.0.ebuild b/net-p2p/syncthing/syncthing-1.24.0.ebuild index 775dfc6ccb00..d740098c727d 100644 --- a/net-p2p/syncthing/syncthing-1.24.0.ebuild +++ b/net-p2p/syncthing/syncthing-1.24.0.ebuild @@ -19,6 +19,7 @@ RDEPEND="acct-group/syncthing tools? ( >=acct-user/stdiscosrv-1 >=acct-user/strelaysrv-1 ) selinux? ( sec-policy/selinux-syncthing )" +BDEPEND=">=dev-lang/go-1.20.0" DOCS=( README.md AUTHORS CONTRIBUTING.md ) |