diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-10-28 16:01:13 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-10-28 16:01:13 +0200 |
commit | 9d4a5db221e84b63f5b499e2bda7d22e080d1a55 (patch) | |
tree | eb04d546c392c2bca04776ac12058a403f554074 /net-dns/dnscrypt-proxy | |
parent | sys-fs/nilfs-utils: ppc64 stable wrt bug #819189 (diff) | |
download | gentoo-9d4a5db221e84b63f5b499e2bda7d22e080d1a55.tar.gz gentoo-9d4a5db221e84b63f5b499e2bda7d22e080d1a55.tar.bz2 gentoo-9d4a5db221e84b63f5b499e2bda7d22e080d1a55.zip |
net-dns/dnscrypt-proxy: ppc64 stable wrt bug #820575
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
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 4805a04e6876..8005f0be1763 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" |