Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problems with depclean
Date: Mon, 14 Oct 2019 08:04:06
Message-Id: 20191014090353.1527065d@digimed.co.uk
In Reply to: Re: [gentoo-user] problems with depclean by John Covici
1 On Mon, 14 Oct 2019 03:21:52 -0400, John Covici wrote:
2
3 > Thanks, I do need the current sources, lots of packages want to check
4 > them and the linux directory entry points to the sources, packages are
5 > always looking in there when I emerge them.
6
7 Put this in /etc/portage/sets.conf
8
9 [kernels]
10 class = portage.sets.dbapi.OwnerSet
11 world-candidate = False
12 files = /usr/src
13
14 Then "emerge -n @kernels"
15
16 Now depclean won't try to remove any kernels, or any other package that
17 installs files to /usr/src.
18
19
20 --
21 Neil Bothwick
22
23 The best antiques are old friends.

Replies

Subject Author
Re: [gentoo-user] problems with depclean John Covici <covici@××××××××××.com>
Re: [gentoo-user] problems with depclean John Covici <covici@××××××××××.com>