From 36d0fd58cc3bd7b08b75ad32ea6e77d638122745 Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Sat, 18 Sep 2021 14:30:39 +0200 Subject: [PATCH] net-dns/dnscrypt-proxy: x86 stable wrt bug #813162 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo --- net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild index 62f6800aef873..8266eb0e7c1ff 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://${EGO_PN}.git" else SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~ppc64 ~x86" + KEYWORDS="amd64 arm arm64 ~ppc64 x86" fi DESCRIPTION="A flexible DNS proxy, with support for encrypted DNS protocols"