Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: How to get rid of 32bits libraries
Date: Mon, 18 Jan 2016 09:12:44
Message-Id: 20160118091223.7f1e8208@digimed.co.uk
In Reply to: [gentoo-user] Re: How to get rid of 32bits libraries by James
1 On Mon, 18 Jan 2016 06:04:27 +0000 (UTC), James wrote:
2
3 > OK, so I run::
4 > EIX_LIMIT=0 eix -I --only-names | equery hasuse abi_x86_32 | wc -l
5 >
6 > and get '279'. Maybe I missed someting on how to determine the pacakges
7 > installed that have 'abi_x86_32' set ?
8
9 equery hasuse checks which packages respect the given USE flag, it pays
10 no attention to whether it is actually set. Try
11
12 emerge -evp world | grep 'ABI_X86=32'
13
14
15 --
16 Neil Bothwick
17
18 Yes, I've heard of "decaf." What's your point?

Replies

Subject Author
Re: [gentoo-user] Re: How to get rid of 32bits libraries Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] Re: How to get rid of 32bits libraries Helmut Jarausch <jarausch@××××××××××××××××.de>