diff options
author | Sam James <sam@gentoo.org> | 2023-09-08 00:00:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-08 00:00:10 +0100 |
commit | 49431fc02016369340cf58072c3c9585ad282e3e (patch) | |
tree | 3bed7b6ad98363402d4ce1a64f084e11c85844bc /net-dns | |
parent | dev-python/psycopg: Stabilize 2.9.7 ppc64, #913785 (diff) | |
download | gentoo-49431fc02016369340cf58072c3c9585ad282e3e.tar.gz gentoo-49431fc02016369340cf58072c3c9585ad282e3e.tar.bz2 gentoo-49431fc02016369340cf58072c3c9585ad282e3e.zip |
net-dns/dnscrypt-proxy: Stabilize 2.1.5 amd64, #913789
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-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 4d64317e1556..6a3a0503a5eb 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" |