Сравнение cilium-cli-0.12.1 с cilium-cli-0.13.0
/usr/portage/sys-cluster/cilium-cli/cilium-cli-0.13.0.ebuild 2023-10-09 14:52:35.456368501 +0300 | ||
---|---|---|
1 |
# Copyright 2022 Gentoo Authors |
|
1 |
# Copyright 2022-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
12 | 12 |
SLOT="0" |
13 | 13 |
KEYWORDS="~amd64" |
14 | 14 | |
15 |
src_prepare() { |
|
16 |
default |
|
17 |
sed -i -e 's/-race//' Makefile || die |
|
18 |
} |
|
19 | ||
15 | 20 |
src_compile() { |
16 | 21 |
emake VERSION=v${PV} |
17 | 22 |
} |