Looks like both media-libs/freetype2 and media-libs/t1lib-5 both install libraries called 'libt1' and 'libt1x' into /usr/lib. Bit of a problem for PHP5, which would really like to use both. I didn't spot a blocker on either ebuild for the other. Stu
What does `qpkg -l media-libs/freetype-2.1.4 |grep lib` say? My system says: rico% qpkg -I -l media-libs/freetype-2.1.4 |grep lib media-libs/freetype-2.1.4 * /usr/lib /usr/lib/libfreetype.la /usr/lib/libfreetype.so.6.3.3 /usr/lib/libfreetype.so.6 -> libfreetype.so.6.3.3 /usr/lib/libfreetype.a /usr/include/freetype2/freetype/config/ftstdlib.h /usr/lib/libfreetype.so -> libfreetype.so.6.3.3 no libt1{,x} here. I build freetype-2.1.4 with USE="-bindist -doc +zlib"
Sorry, I was using etcat rather than qpkg to find out what owned /usr/lib/libt1*. I've just tried re-emerging freetype2, and it definitely does not install /usr/lib/libt1*. Apologies for my mistake ;-) Stu