diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-10-30 19:23:32 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-10-30 19:24:07 +0200 |
commit | 63d713bc686e2cf9ea5a724a53b0f4a514740019 (patch) | |
tree | e5fd420a6b2a4c10eefbb82b140e272c00d0f7b0 /net-dns/dnscrypt-proxy | |
parent | sci-geosciences/gpsd: x86 stable wrt bug #820455 (diff) | |
download | gentoo-63d713bc686e2cf9ea5a724a53b0f4a514740019.tar.gz gentoo-63d713bc686e2cf9ea5a724a53b0f4a514740019.tar.bz2 gentoo-63d713bc686e2cf9ea5a724a53b0f4a514740019.zip |
net-dns/dnscrypt-proxy: x86 stable wrt bug #820575
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
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.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.1.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.1.ebuild index 19baba12f1e6..2f8f698a764a 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.1.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://${EGO_PN}.git" else SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ppc64 ~x86" + KEYWORDS="amd64 arm arm64 ppc64 x86" fi DESCRIPTION="A flexible DNS proxy, with support for encrypted DNS protocols" |