diff options
author | Sam James <sam@gentoo.org> | 2021-02-09 21:31:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-09 21:31:40 +0000 |
commit | a6842e2da4aeaafc19fbfb74c79e6993eaf3f54b (patch) | |
tree | 00b1a46766c5f2c65e868ab6220f8cb9d62f0c5d /net-dns | |
parent | sys-process/audit: Stabilize 3.0 ppc64, #768258 (diff) | |
download | gentoo-a6842e2da4aeaafc19fbfb74c79e6993eaf3f54b.tar.gz gentoo-a6842e2da4aeaafc19fbfb74c79e6993eaf3f54b.tar.bz2 gentoo-a6842e2da4aeaafc19fbfb74c79e6993eaf3f54b.zip |
net-dns/dnscrypt-proxy: Stabilize 2.0.45 ppc64, #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 33e8509cda00..748d72fac447 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" |