diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-03-29 00:30:04 +0000 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-04-01 22:18:28 -0700 |
commit | 4347a73f473e60e176bdeb876a7a9dbb0f161927 (patch) | |
tree | 9af490511c1242bf6dcb1070efead9214ccfdd86 /net-dns | |
parent | app-emulation/containers-storage: Bump to version 1.18.1 (diff) | |
download | gentoo-4347a73f473e60e176bdeb876a7a9dbb0f161927.tar.gz gentoo-4347a73f473e60e176bdeb876a7a9dbb0f161927.tar.bz2 gentoo-4347a73f473e60e176bdeb876a7a9dbb0f161927.zip |
net-dns/dnscrypt-proxy: amd64 stable for 2.0.39
The current version is 2.0.33 which is a bit old, so
bump for amd64 for now.
Will do a full STABLEREQ for 2.0.4x once newly keyworded has
had time to settle on it, and they've been in tree the requisite
amount of time.
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15159
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.39.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.39.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.39.ebuild index bf14276c8481..99b2bf98d0e5 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.39.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.39.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 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ppc64 ~x86" fi DESCRIPTION="A flexible DNS proxy, with support for encrypted DNS protocols" |