diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-10-11 08:48:29 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-10-11 08:48:29 +0200 |
commit | 549245fbc2cd201ee11535231b25656e6f5a6e0f (patch) | |
tree | 7cb566f95c944e0bc5094eb7a1c0b8c0e2c9f7bf /net-dns | |
parent | media-gfx/graphicsmagick: Stabilize 1.3.38-r3 x86, #876646 (diff) | |
download | gentoo-549245fbc2cd201ee11535231b25656e6f5a6e0f.tar.gz gentoo-549245fbc2cd201ee11535231b25656e6f5a6e0f.tar.bz2 gentoo-549245fbc2cd201ee11535231b25656e6f5a6e0f.zip |
net-dns/dnscrypt-proxy: Stabilize 2.1.2 x86, #876649
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-dns')
-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 a84af6e5acf3..e23b67946b8e 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" |