diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-10-28 15:58:56 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-10-28 15:58:56 +0200 |
commit | ddc91d4b076f447720a08604c669cc8b170ef367 (patch) | |
tree | 0ad39f194d50a878322e2baf62c74abc073d8278 /net-dns | |
parent | sys-apps/portage: amd64 stable wrt bug #820569 (diff) | |
download | gentoo-ddc91d4b076f447720a08604c669cc8b170ef367.tar.gz gentoo-ddc91d4b076f447720a08604c669cc8b170ef367.tar.bz2 gentoo-ddc91d4b076f447720a08604c669cc8b170ef367.zip |
net-dns/dnscrypt-proxy: amd64 stable wrt bug #820575
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-dns')
-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 3e4c51ce549e..4805a04e6876 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" |