diff options
author | Sam James <sam@gentoo.org> | 2020-07-14 16:43:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-14 17:01:10 +0000 |
commit | 1c4c2c6ec73d2782e4831dd0cbba9d79256e4649 (patch) | |
tree | da9a38b4a5791fdd9fd94b9b7f1ef5736c605c8a /net-dns | |
parent | dev-erlang/idna: arm keyworded (bug #717366) (diff) | |
download | gentoo-1c4c2c6ec73d2782e4831dd0cbba9d79256e4649.tar.gz gentoo-1c4c2c6ec73d2782e4831dd0cbba9d79256e4649.tar.bz2 gentoo-1c4c2c6ec73d2782e4831dd0cbba9d79256e4649.zip |
net-dns/dnscrypt-proxy: arm stable (bug #732564)
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.44.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.44.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.44.ebuild index bfc4fef8eb03..08493ba2da8a 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.44.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.44.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" |