Glibc-2.29 introduces a new python dependency for building. However,
during Prefix bootstrap, glibc has to be built before python. The
dependency circle is broken by disabling pkg_setup() of
python-any-r1.eclass.
Bug: https://bugs.gentoo.org/682570
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
sanity_prechecks
}
+pkg_setup() {
+ [[ -z ${BOOTSTRAP_RAP} ]] && python-any-r1_pkg_setup
+}
+
# src_unpack
src_unpack() {
sanity_prechecks
}
+pkg_setup() {
+ [[ -z ${BOOTSTRAP_RAP} ]] && python-any-r1_pkg_setup
+}
+
# src_unpack
src_unpack() {