diff options
author | Sam James <sam@gentoo.org> | 2023-03-22 05:54:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-22 05:54:20 +0000 |
commit | 2a425cfdf3f62cd79904aecf563f72e665603d3c (patch) | |
tree | 24480657940e19ff71f153697b2a1361aba66cb7 /net-dns/dnscrypt-proxy | |
parent | sys-fs/btrfs-progs: Stabilize 6.1.3 ppc64, #902597 (diff) | |
download | gentoo-2a425cfdf3f62cd79904aecf563f72e665603d3c.tar.gz gentoo-2a425cfdf3f62cd79904aecf563f72e665603d3c.tar.bz2 gentoo-2a425cfdf3f62cd79904aecf563f72e665603d3c.zip |
net-dns/dnscrypt-proxy: Stabilize 2.1.4 ppc64, #902603
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns/dnscrypt-proxy')
-rw-r--r-- | net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.4.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.4.ebuild index d336f8041bcb..913645de5499 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.4.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.4.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" |