Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Few blockers left
Date: Mon, 27 Mar 2017 12:49:31
Message-Id: 20170327134908.734f230d@digimed.co.uk
In Reply to: Re: [gentoo-user] Few blockers left by thelma@sys-concept.com
1 On Mon, 27 Mar 2017 06:36:59 -0600, thelma@×××××××××××.com wrote:
2
3 > >> I just added to make.conf
4 > >> ABI_X86="32 64"
5 > >
6 > > You can do that, but it build a lot of 32 bit libraries that you don't
7 > > need, significantly increasing build times.
8 >
9 > That is true, so how do you clean up package.use with all these entries.
10 > from:
11 > # required by sys-libs/ncurses-5.9-r99::gentoo
12 > # required by sys-apps/texinfo-5.2::gentoo
13 > # required by dev-db/mariadb-10.0.21::gentoo
14 > # required by virtual/mysql-5.6-r2::gentoo
15 > # required by dev-perl/DBD-mysql-4.31.0::gentoo
16 > >=sys-libs/ncurses-5.9-r5:0 abi_x86_32
17 >
18 > to:
19 > sys-libs/ncurses abi_x86_32
20
21 That's pruning too far, you have removed the slot specifier. You could do
22
23 sed '/^#/d' /etc/portage/package.use
24
25 But then you lose all explanation of why those entries are in
26 package.use.
27
28
29 --
30 Neil Bothwick
31
32 Employ teenagers - while they know everything.