diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-10-11 08:42:50 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-10-11 08:42:50 +0200 |
commit | 0ffb242d97e6b471ba11d058dc76983eb95c6366 (patch) | |
tree | 3c88f4657c2409183471cc1db4cdcf7394b1d0cc /net-dns/dnscrypt-proxy | |
parent | media-gfx/graphicsmagick: Stabilize 1.3.38-r3 arm, #876646 (diff) | |
download | gentoo-0ffb242d97e6b471ba11d058dc76983eb95c6366.tar.gz gentoo-0ffb242d97e6b471ba11d058dc76983eb95c6366.tar.bz2 gentoo-0ffb242d97e6b471ba11d058dc76983eb95c6366.zip |
net-dns/dnscrypt-proxy: Stabilize 2.1.2 arm, #876649
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-dns/dnscrypt-proxy')
-rw-r--r-- | net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.ebuild index a15d0e01b54d..1c07ddb59967 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.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" |