Diff cilium-cli-0.13.0 with a cilium-cli-0.18.2
| /usr/portage/sys-cluster/cilium-cli/cilium-cli-0.18.2.ebuild 2025-08-12 18:21:08.501718150 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2022-2023 Gentoo Authors |
|
| 1 |
# Copyright 2022-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 17 | 17 |
sed -i -e 's/-race//' Makefile || die |
| 18 | 18 |
} |
| 19 | 19 | |
| 20 |
QA_PRESTRIPPED=usr/bin/cilium |
|
| 21 | ||
| 20 | 22 |
src_compile() {
|
| 21 | 23 |
emake VERSION=v${PV}
|
| 22 | 24 |
} |