commit: baa4c49155d9c6281c507a97b1847b77260f8c5a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 18 21:45:34 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 18 21:45:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa4c491
net-dns/dnscrypt-proxy: Stabilize 2.1.12 x86, #959952
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.12.ebuild
b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.12.ebuild
index 79051a12414a..d4a95b038853 100644
--- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.12.ebuild
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.12.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
else
SRC_URI="https://github.com/DNSCrypt/dnscrypt-proxy/archive/${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="amd64 arm arm64 ppc64 ~x86"
+ KEYWORDS="amd64 arm arm64 ppc64 x86"
fi
LICENSE="Apache-2.0 BSD ISC MIT MPL-2.0"