Diff kube-router-1.5.0 with a kube-router-1.6.0
/usr/portage/sys-cluster/kube-router/kube-router-1.6.0.ebuild 2023-10-09 14:52:35.460368501 +0300 | ||
---|---|---|
1 |
# Copyright 2020-2022 Gentoo Authors |
|
1 |
# Copyright 2020-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
19 | 19 |
sys-cluster/ipvsadm |
20 | 20 |
" |
21 | 21 | |
22 |
RESTRICT="test" |
|
23 | ||
22 | 24 |
src_compile() { |
23 | 25 |
emake BUILD_IN_DOCKER=false GIT_COMMIT=v${PV} kube-router |
24 | 26 |
} |
25 | 27 | |
26 | 28 |
src_test() { |
27 |
ego test -v -timeout=30s ./cmd/kube-router ./pkg/... |
|
29 |
emake BUILD_IN_DOCKER=false test |
|
28 | 30 |
} |
29 | 31 | |
30 | 32 |
src_install() { |