summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2023-02-03 00:08:12 -0600
committerWilliam Hubbs <williamh@gentoo.org>2023-02-03 00:08:12 -0600
commit0cf329eaf89aeb2e686b9b8ddc5f009bb2e6a258 (patch)
tree0a0113775f83bfab415d251379d8e67b496d8ae9 /net-dns
parentsys-devel/automake-wrapper: update EGIT_REPO_URI (diff)
downloadgentoo-0cf329eaf89aeb2e686b9b8ddc5f009bb2e6a258.tar.gz
gentoo-0cf329eaf89aeb2e686b9b8ddc5f009bb2e6a258.tar.bz2
gentoo-0cf329eaf89aeb2e686b9b8ddc5f009bb2e6a258.zip
net-dns/dnscrypt-proxy: add build dependency for < go 1.20
Bug: https://bugs.gentoo.org/892974 Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.ebuild3
1 files changed, 2 insertions, 1 deletions
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 )