we don't use bundled libraries from submodules, then we don't need to run
eautoreconf recursively. the correct fix here would be to disable clonning
of submodules, but the git eclass does not support it.
Package-Manager: portage-2.2.26
dev-util/cmocka )"
src_prepare() {
- [[ ${PV} = *9999* ]] && eautoreconf
+ [[ ${PV} = *9999* ]] && AT_NO_RECURSIVE=1 eautoreconf
eapply_user
default
}
dev-util/cmocka )"
src_prepare() {
- [[ ${PV} = *9999* ]] && eautoreconf
+ [[ ${PV} = *9999* ]] && AT_NO_RECURSIVE=1 eautoreconf
eapply_user
default
}