diff options
author | Sam James <sam@gentoo.org> | 2023-03-22 05:23:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-22 05:23:48 +0000 |
commit | afd712f3ecc96b5d45651d382cfd86bba0a2c1ed (patch) | |
tree | f7c60c7e97c61ab3ebdf4b9c4d41592f612eb9b7 /net-dns/dnscrypt-proxy | |
parent | sys-fs/btrfs-progs: Stabilize 6.1.3 amd64, #902597 (diff) | |
download | gentoo-afd712f3ecc96b5d45651d382cfd86bba0a2c1ed.tar.gz gentoo-afd712f3ecc96b5d45651d382cfd86bba0a2c1ed.tar.bz2 gentoo-afd712f3ecc96b5d45651d382cfd86bba0a2c1ed.zip |
net-dns/dnscrypt-proxy: Stabilize 2.1.4 x86, #902603
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns/dnscrypt-proxy')
-rw-r--r-- | net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.4.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.4.ebuild index cb37a3d211ee..95e8386840b2 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.4.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.4.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/DNSCrypt/dnscrypt-proxy/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86" fi LICENSE="Apache-2.0 BSD ISC MIT MPL-2.0" |