Diff dnsdist-2.0.2 with a dnsdist-2.0.2-r1
| /usr/portage/net-dns/dnsdist/dnsdist-2.0.2-r1.ebuild 2026-03-28 11:46:09.389460395 +0300 | ||
|---|---|---|
| 19 | 19 |
inherit git-r3 |
| 20 | 20 |
else |
| 21 | 21 |
SRC_URI="https://downloads.powerdns.com/releases/${P}.tar.xz"
|
| 22 |
KEYWORDS="amd64 ~x86" |
|
| 22 |
KEYWORDS="~amd64 ~x86" |
|
| 23 | 23 |
fi |
| 24 | 24 | |
| 25 | 25 |
SRC_URI+=" |
| ... | ... | |
| 75 | 75 |
PATCHES=( |
| 76 | 76 |
"${FILESDIR}"/2.0.2-roundrobin-fast-path.patch
|
| 77 | 77 |
"${FILESDIR}"/2.0.2-speed-up-cache-hits.patch
|
| 78 |
"${FILESDIR}"/2.0.2-quiche-bbr.patch
|
|
| 78 | 79 |
) |
| 79 | 80 | |
| 80 | 81 |
pkg_setup() {
|