diff options
author | Sam James <sam@gentoo.org> | 2021-10-29 19:29:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-29 19:29:39 +0100 |
commit | c6c38931d8f78e76193ed392428bcfa1a710b5c2 (patch) | |
tree | 0e6f6bcad2349b6b71cbb188606a90c17d36c700 /net-dns | |
parent | dev-vcs/rcs: Stabilize 5.9.4 arm, #820206 (diff) | |
download | gentoo-c6c38931d8f78e76193ed392428bcfa1a710b5c2.tar.gz gentoo-c6c38931d8f78e76193ed392428bcfa1a710b5c2.tar.bz2 gentoo-c6c38931d8f78e76193ed392428bcfa1a710b5c2.zip |
net-dns/dnscrypt-proxy: Stabilize 2.1.1 arm, #820575
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.1.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.1.ebuild index 8005f0be1763..d1187e0fcd7d 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.1.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.1.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" |