Skip to content

Commit

Permalink
PkgManager: Add --usepkg=n to portage arguments
Browse files Browse the repository at this point in the history
ask emerge to "--usepkg=n" to avoid reinstalling broken binaries

Closes: #22
Signed-off-by: hololeap <[email protected]>
  • Loading branch information
l29ah authored and hololeap committed Mar 13, 2024
1 parent d39a04f commit 95e9838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Distribution/Gentoo/PkgManager.hs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ defaultPMFlags :: PkgManager -> [String]
defaultPMFlags Portage = [ "--oneshot"
, "--keep-going"
, "--complete-graph"
, "--usepkg=n"
]
defaultPMFlags PkgCore = [ "--deep"
, "--oneshot"
Expand Down

0 comments on commit 95e9838

Please sign in to comment.