Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] When masked pkg not in [...]profiles/package.mask, where is it
Date: Mon, 02 Nov 2009 02:18:23
Message-Id: 87eiohu0u0.fsf@newsguy.com
1 When a package comes up as masked in an eix search, they are usually
2 found in /usr/portage/profiles/package.mask, but if a particular
3 masked package is not listed there... where else would it be.
4
5 I see libtool is masked above version 1.5.26-r1, but is not in
6 /usr/portage/profiles/package.mask...
7
8 grep libtool /usr/portage/profiles/package.mask
9 <nothing>
10
11 Where else to look?
12
13 Even this: search
14 find /usr/portage/ -name 'package.mask' -exec grep libtool {} \;
15 # Some weird libtool breakage on Solaris and Darwin
16
17 Only finds the cited comment.

Replies