summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-09 08:59:13 +0000
committerSam James <sam@gentoo.org>2023-03-09 08:59:13 +0000
commit667e5ac5f56f98be45317fe88a4ff807cbc4c50a (patch)
treed23364133192e7b0887df73eed8fb1c3f6f5aed2 /net-dns
parentnet-dns/dnscrypt-proxy: Stabilize 2.1.3 x86, #900455 (diff)
downloadgentoo-667e5ac5f56f98be45317fe88a4ff807cbc4c50a.tar.gz
gentoo-667e5ac5f56f98be45317fe88a4ff807cbc4c50a.tar.bz2
gentoo-667e5ac5f56f98be45317fe88a4ff807cbc4c50a.zip
net-dns/dnscrypt-proxy: Stabilize 2.1.3 arm64, #900455
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.3.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.3.ebuild
index 7507573c4b06..1fd4ed2f4721 100644
--- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.3.ebuild
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.3.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"