On Sun, 2009-11-01 at 20:17 -0600, Harry Putnam wrote: > When a package comes up as masked in an eix search, they are usually > found in /usr/portage/profiles/package.mask, but if a particular > masked package is not listed there... where else would it be. > > I see libtool is masked above version 1.5.26-r1, but is not in > /usr/portage/profiles/package.mask...
According to my eix output, libtool isn't masked, just keyworded (and only 1.5.26-r1 specifically): [I] sys-devel/libtool Available versions: (1.3) 1.3.5 (1.5) 1.5.26 (~)1.5.26-r1 2.2.6a **9999 {test vanilla} That information is per-ebuild, found in the KEYWORDS line in the .ebuild file; it will have keyword ~x86 or ~amd64 instead of simply x86 or amd64. --Mike