diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-18 14:30:39 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-18 14:30:45 +0200 |
commit | 36d0fd58cc3bd7b08b75ad32ea6e77d638122745 (patch) | |
tree | a1f07f2b57497775b156340bcf85ba458bb00535 /net-dns | |
parent | dev-ml/uunf: x86 stable wrt bug #813153 (diff) | |
download | gentoo-36d0fd58cc3bd7b08b75ad32ea6e77d638122745.tar.gz gentoo-36d0fd58cc3bd7b08b75ad32ea6e77d638122745.tar.bz2 gentoo-36d0fd58cc3bd7b08b75ad32ea6e77d638122745.zip |
net-dns/dnscrypt-proxy: x86 stable wrt bug #813162
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')
-rw-r--r-- | net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild index 62f6800aef87..8266eb0e7c1f 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.0.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" |