pentoo-updater: something is causing python 3.7 to hit user systems and eselect python update breaks their system

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-12-10 15:13:38 -05:00
parent c9e5d2cf3e
commit 42dda0fce2
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -259,7 +259,7 @@ if [ -n "${clst_target}" ]; then #we are in catalyst
mkdir -p /var/log/portage/emerge-info/
emerge --info > /var/log/portage/emerge-info/emerge-info-$(date "+%Y%m%d").txt
else #we are on a user system
eselect python update
#eselect python update
eselect python cleanup
[ "${NO_SYNC}" = "true" ] || do_sync
check_profile