diff options
author | Sam James <sam@gentoo.org> | 2021-02-13 21:15:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-13 21:15:16 +0000 |
commit | 5d925cc52d3dae79a11fd335c920dc605cb4c1e9 (patch) | |
tree | 4d934b34d80acb7beee26f53861cd473673fa950 /net-dns | |
parent | net-wireless/iwd: Stabilize 1.11 amd64, #769566 (diff) | |
download | gentoo-5d925cc52d3dae79a11fd335c920dc605cb4c1e9.tar.gz gentoo-5d925cc52d3dae79a11fd335c920dc605cb4c1e9.tar.bz2 gentoo-5d925cc52d3dae79a11fd335c920dc605cb4c1e9.zip |
net-dns/dnscrypt-proxy: Stabilize 2.0.45 arm64, #768372
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild index 748d72fac447..cdcfa14ad537 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.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" |