Gentoo Archives: gentoo-user

From: Philip Webb <purslow@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] virtual problem : how can I unmerge Nano ?
Date: Tue, 29 Apr 2014 05:17:20
Message-Id: 20140429051708.GA973@ca.inter.net
In Reply to: Re: [gentoo-user] virtual problem : how can I unmerge Nano ? by Michael Mair-Keimberger
1 140428 Michael Mair-Keimberger wrote:
2 > On Mon, Apr 28, 2014 at 10:32:22AM -0400, Philip Webb wrote:
3 >> I never use Nano -- Vim or Ed are available in a raw terminal --
4 >> & would like to unmerge it, but Portage tells me
5 >> virtual/editor requires it & @system requires virtual/editor .
6 > You can set your editor of choice with eselect:
7 > eselect editor list
8 > eselect editor set $(editor_of_choice)
9
10 I've done that, but it doesn't alter Portage behaviour.
11
12 > Usually nano can be removed with emerge --depclean
13
14 Yes, I can do 'emerge -C nano', but that is brute force & deprecated.
15
16 I've checked 'man portage' & 'man emerge' & the virtual/editor ebuild.
17 Acc to 'man portage' it sb possible to tell the virtual to accept Vim or Ed
18 via /etc/make.profiles -> /usr/portage/profiles/default/linux/amd64/13.0
19 by adding a file 'virtuals' w a line 'virtual/editor<tab>app-editors/vim',
20 but this has no effect. The ebuild has a long list of possible editors,
21 incl Vim Ed Nano, but nothing singling out Nano,
22 so Portage must be getting its instruction from somewhere else.
23
24 Does anyone have better info ?
25
26 --
27 ========================,,============================================
28 SUPPORT ___________//___, Philip Webb
29 ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
30 TRANSIT `-O----------O---' purslowatchassdotutorontodotca

Replies

Subject Author
Re: [gentoo-user] virtual problem : how can I unmerge Nano ? Neil Bothwick <neil@××××××××××.uk>