Replace --with-bdeps=n with --with-bdeps=y for depclean.
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Sun, 22 Apr 2012 02:34:56 +0000 (02:34 +0000)
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Sun, 22 Apr 2012 02:34:56 +0000 (02:34 +0000)
targets/support/chroot-functions.sh

index af693e8ccbbd1a393260e50a72a7105a7a874fd6..a10c1fa2534e18c7c4a3aabf0a2f422597011452 100644 (file)
@@ -202,7 +202,7 @@ cleanup_stages() {
        fi
        case ${clst_target} in
                stage3|system)
-                       run_merge --depclean --with-bdeps=n
+                       run_merge --depclean --with-bdeps=y
                        ;;
                *)
                        echo "Skipping depclean operation for ${clst_target}"