Diff dnscrypt-proxy-2.1.5 with a dnscrypt-proxy-9999

/usr/portage/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild 2025-02-03 17:39:35.878677808 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
13 13
	inherit git-r3
14 14
else
15 15
	SRC_URI="https://github.com/DNSCrypt/dnscrypt-proxy/archive/${PV}.tar.gz -> ${P}.tar.gz"
16
	KEYWORDS="amd64 arm arm64 ppc64 x86"
16
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
17 17
fi
18 18

  
19 19
LICENSE="Apache-2.0 BSD ISC MIT MPL-2.0"
......
27 27
FILECAPS=( cap_net_bind_service+ep usr/bin/dnscrypt-proxy )
28 28

  
29 29
PATCHES=(
30
	"${FILESDIR}"/${PN}-2.1.5-config-full-paths.patch
30
	"${FILESDIR}"/${PN}-2.1.7-config-full-paths.patch
31 31
)
32 32

  
33 33
src_compile() {
Thank you!