<farkuhar>
Hmm, pkg-clean only recognizes one --keep option; passing more than one will ignore all but the last. It would be more useful if parse_options() could split a comma-separated argument to --keep, or if it did PKG_CLEAN_TREE+=" $2" instead of overwriting the existing value when encountering multiple -k options.
dawnoxn21 has quit [Ping timeout: 256 seconds]
dawnoxn21 has joined #crux
lavaball has quit [Remote host closed the connection]
<braewoods>
hsp, i meant if you literally remove all dependencies, you'd be left with nothing really.
<braewoods>
not all dependencies are stated, some are just implied or assumed.
<hsp>
I only mean those that came with the mateinstall.
<farkuhar>
You can work around the limitation of only one --keep option without editing pkg-clean directly. Just create a meta-port whose dependency line contains every port you want to keep, and then call pkg-clean with that meta-port as the argument to -k.