I changed de virtuals of x11 ==>virtual/x11 x11-base/xorg-x11 but the xft ebuild don't use the virtual/x11.It uses RDEPEND="x11-base/xfree"... Reproducible: Always Steps to Reproduce: 1.emerge -pv xft 2. 3.
Created attachment 32283 [details] replace in the ebuild the entry RDEPEND="x11-base/xfree by RDEPEND="virtual/x11
xft isn't even usable with xfree >=4.2 and shouldn't be used with xorg-x11 either because it overwrites things they provide with older, outdated versions. Apparently I need to add a blocker to the xft ebuild too, although xorg-x11 already blocks it.
Fixed in CVS.