summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/files/python-updater')
-rw-r--r--dev-lang/python/files/python-updater2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/files/python-updater b/dev-lang/python/files/python-updater
index d73d337b85d0..bbc11e4a9f03 100644
--- a/dev-lang/python/files/python-updater
+++ b/dev-lang/python/files/python-updater
@@ -184,7 +184,7 @@ done
COUNT=1
PKGS_FAILED=""
if [ "${PRETEND}" != "1" ]; then
- for pkg in ${PKGS_OK}; do
+ for pkg in ${PKGS_OK_SORTED}; do
eloginfo "Starting to merge ($COUNT/$PKGS_COUNT_REMERGE) $pkg .."
if ! emerge --oneshot --nodeps =$pkg; then
PKGS_FAILED="${PKGS_FAILED} $pkg"