do not sync any repos in chroots

/var/db/repos is now bind mounted to the repos
This commit is contained in:
Tobias Klaus 2025-04-21 23:46:33 +02:00
parent 6894e00d2e
commit c7f58b9bfd

View file

@ -111,9 +111,6 @@ PORTAGE_OPTIONS+=( "--backtrack=$BACKTRACK" )
if [[ $CHROOTED == 1 ]] ; then
SYNC_COMMAND=""
for repo in helpers meskal-overlay selba ; do
emaint sync -r "$repo"
done
fi
myemerge() {