• [^] # Re: Les risques ?

    Posté par . En réponse au message Problème de profile. Évalué à 1.

    alors, le --sync il va mettre à jour ton arbre de portage

    la suite va mettre à jour ta gentoo, avec :
    --deep : This flag forces emerge to consider the entire dependency tree of packages, instead of checking only the immediate dependencies of the packages.
    --newuse : Tells emerge to include installed packages where USE flags have changed since compilation.
    --update : Updates packages to the best version available, which may not always be the highest version number due to masking for testing and development. This will also update direct dependencies which may not be what you want.

    donc ca va réinstaller tout ce qui a changé, même qu'un peu, depuis la dernière mise à jour.
    et dans ton cas, ca va changer beaucoup :D

    et au plus j'y réfléchi, au plus je me dis qu'un
    emerge -e system
    serait bienvenu avant l'update de world.

    (--emptytree (-e)
    Reinstalls all world packages and their dependencies to the current USE specifications while differing from the installed set of packages as little as possible. You should run with --pretend first to make sure the result is what you expect.)

    pour plus d'informations : http://linuxreviews.org/man/emerge/