Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/
Date: Thu, 02 Apr 2020 05:19:02
Message-Id: 1585804708.4347a73f473e60e176bdeb876a7a9dbb0f161927.gyakovlev@gentoo
1 commit: 4347a73f473e60e176bdeb876a7a9dbb0f161927
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Sun Mar 29 00:30:04 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 2 05:18:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4347a73f
7
8 net-dns/dnscrypt-proxy: amd64 stable for 2.0.39
9
10 The current version is 2.0.33 which is a bit old, so
11 bump for amd64 for now.
12
13 Will do a full STABLEREQ for 2.0.4x once newly keyworded has
14 had time to settle on it, and they've been in tree the requisite
15 amount of time.
16
17 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
18 Closes: https://github.com/gentoo/gentoo/pull/15159
19 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
20
21 net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.39.ebuild | 2 +-
22 1 file changed, 1 insertion(+), 1 deletion(-)
23
24 diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.39.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.39.ebuild
25 index bf14276c848..99b2bf98d0e 100644
26 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.39.ebuild
27 +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.39.ebuild
28 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
29 EGIT_REPO_URI="https://${EGO_PN}.git"
30 else
31 SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
32 - KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
33 + KEYWORDS="amd64 ~arm ~ppc64 ~x86"
34 fi
35
36 DESCRIPTION="A flexible DNS proxy, with support for encrypted DNS protocols"