commit: 0cf329eaf89aeb2e686b9b8ddc5f009bb2e6a258 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Fri Feb 3 06:08:12 2023 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Fri Feb 3 06:08:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf329ea
net-dns/dnscrypt-proxy: add build dependency for < go 1.20 Bug: https://bugs.gentoo.org/892974 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.ebuild index e23b67946b8e..ac75f1b29dd9 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,6 +24,7 @@ RDEPEND=" acct-group/dnscrypt-proxy acct-user/dnscrypt-proxy " +BDEPEND="<dev-lang/go-1.20" FILECAPS=( cap_net_bind_service+ep usr/bin/dnscrypt-proxy )
