Diff dnscrypt-proxy-2.1.8 with a dnscrypt-proxy-9999
| /usr/portage/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild 2025-07-29 16:22:17.252467412 +0300 | ||
|---|---|---|
| 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.7-config-full-paths.patch
|
|
| 30 |
"${FILESDIR}"/${PN}-2.1.11-config-full-paths.patch
|
|
| 31 | 31 |
) |
| 32 | 32 | |
| 33 | 33 |
src_compile() {
|