Gentoo Archives: gentoo-user

From: Daniel Frey <djqfrey@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] virtual problem : how can I unmerge Nano ?
Date: Mon, 28 Apr 2014 19:21:17
Message-Id: 535EAA1E.1070005@gmail.com
In Reply to: [gentoo-user] virtual problem : how can I unmerge Nano ? by Philip Webb
1 On 04/28/2014 07:32 AM, Philip Webb wrote:
2 > I never use Nano -- Vim or Ed are available in a raw terminal --
3 > & would like to unmerge it, but Portage tells me
4 > that virtual/editor requires it & that @system requires virtual/editor .
5 >
6 > How can I tell Portage that Vim or Ed satisfy virtual/editor ?
7 >
8
9 Have you tried:
10
11 $ emerge -C app-editors/nano && emerge app-editors/vim virtual/editor
12
13 Dan