Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Looking for a way to exclude packages from emerge -e
Date: Sat, 08 Aug 2009 20:44:19
Message-Id: h5ko2a$6c2$1@ger.gmane.org
In Reply to: Re: [gentoo-user] Looking for a way to exclude packages from emerge -e by Alan McKinnon
1 On 08/08/2009 11:31 PM, Alan McKinnon wrote:
2 > On Saturday 08 August 2009 21:30:59 Nikos Chantziaras wrote:
3 >> I will need to perform an "emerge -e world" on a system. However, I
4 >> would like to be able to exclude some packages from being rebuild
5 >> without uninstalling them. Does portage provide for that?
6 >
7 >
8 > No.
9 >
10 > -e is intended to rebuild *eveything*, not "everything except something".
11 >
12 > You need to take the long way round and find everything in /var/db/pkg,
13 > compile a list of everything there, remove the ones to be excluded and
14 > redirect the whole list to emerge. It might even fit on one command line.
15
16 I just thought of something. I can apparently just quickpgk them,
17 unmerge them, emerge -e world, and then emerge the binary packages again.

Replies

Subject Author
Re: [gentoo-user] Re: Looking for a way to exclude packages from emerge -e Neil Bothwick <neil@××××××××××.uk>