Diff iproute2-6.13.0 with a iproute2-9999
/usr/portage/sys-apps/iproute2/iproute2-9999.ebuild 2025-07-29 16:22:17.376467925 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
inherit edo toolchain-funcs flag-o-matic |
|
6 |
inherit dot-a edo toolchain-funcs flag-o-matic |
|
7 | 7 | |
8 | 8 |
if [[ ${PV} == 9999 ]] ; then |
9 | 9 |
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" |
10 | 10 |
inherit git-r3 |
11 | 11 |
else |
12 | 12 |
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz" |
13 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" |
|
13 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
14 | 14 |
fi |
15 | 15 | |
16 | 16 |
DESCRIPTION="kernel routing and traffic control utilities" |
... | ... | |
86 | 86 | |
87 | 87 |
src_configure() { |
88 | 88 |
tc-export AR CC PKG_CONFIG |
89 |
lto-guarantee-fat |
|
89 | 90 | |
90 | 91 |
# This sure is ugly. Should probably move into toolchain-funcs at some point. |
91 | 92 |
local setns |
... | ... | |
210 | 211 |
elif [[ -d "${ED}"/var/lib/arpd ]]; then |
211 | 212 |
rmdir --ignore-fail-on-non-empty -p "${ED}"/var/lib/arpd || die |
212 | 213 |
fi |
214 |
strip-lto-bytecode |
|
213 | 215 |
} |