Skip to content

Commit

Permalink
Make paludis --no-deep also not bring in new slots
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-m committed May 9, 2010
1 parent 96ddf79 commit ca97eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Distribution/Gentoo/PkgManager.hs
Expand Up @@ -124,4 +124,4 @@ pkgcorePMFlag = portagePMFlag -- The options are the same for the 3
paludisPMFlag :: PMFlag -> Maybe String
paludisPMFlag PretendBuild = Just "--pretend"
paludisPMFlag UpdateDeep = Just "--dl-upgrade always"
paludisPMFlag UpdateAsNeeded = Just "--dl-upgrade as-needed"
paludisPMFlag UpdateAsNeeded = Just "--dl-upgrade as-needed --dl-new-slots as-needed"

0 comments on commit ca97eff

Please sign in to comment.