On Mon, Apr 28, 2014 at 10:32:22AM -0400, Philip Webb wrote: > I never use Nano -- Vim or Ed are available in a raw terminal -- > & would like to unmerge it, but Portage tells me > that virtual/editor requires it & that @system requires virtual/editor . > > How can I tell Portage that Vim or Ed satisfy virtual/editor ? > > -- > ========================,,============================================ > SUPPORT ___________//___, Philip Webb > ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto > TRANSIT `-O----------O---' purslowatchassdotutorontodotca > >
You can set your editor of choice with eselect: eselect editor list eselect editor set $(editor_of_choice) Usually nano can be removed with emerge --deplcean, but it might be included in your world file. emerge --deselect nano should remove it from your world file too :) -- greetings Michael Mair-Keimberger
signature.asc
Description: Digital signature

