diff options
author | Sam James <sam@gentoo.org> | 2023-09-07 21:07:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-07 21:07:08 +0100 |
commit | 145eff5095d11f242d7b0783f9d9359c527b1174 (patch) | |
tree | 3d234ce856c2dfb92d85ca9991d689828d50941e /net-dns/dnscrypt-proxy | |
parent | net-dns/dnscrypt-proxy: Stabilize 2.1.5 arm64, #913789 (diff) | |
download | gentoo-145eff5095d11f242d7b0783f9d9359c527b1174.tar.gz gentoo-145eff5095d11f242d7b0783f9d9359c527b1174.tar.bz2 gentoo-145eff5095d11f242d7b0783f9d9359c527b1174.zip |
net-dns/dnscrypt-proxy: Stabilize 2.1.5 ppc64, #913789
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.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.5.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.5.ebuild index 0ed2f4261c85..4d64317e1556 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.5.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.5.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" |