Skip to content

Commit 95e9838

Browse files
l29ahhololeap
authored andcommitted
PkgManager: Add --usepkg=n to portage arguments
ask emerge to "--usepkg=n" to avoid reinstalling broken binaries Closes: #22 Signed-off-by: hololeap <hololeap@protonmail.com>
1 parent d39a04f commit 95e9838

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Distribution/Gentoo/PkgManager.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ defaultPMFlags :: PkgManager -> [String]
9595
defaultPMFlags Portage = [ "--oneshot"
9696
, "--keep-going"
9797
, "--complete-graph"
98+
, "--usepkg=n"
9899
]
99100
defaultPMFlags PkgCore = [ "--deep"
100101
, "--oneshot"

0 commit comments

Comments
 (0)