The dependancy to x11-libs/libXft is missing from x11-misc/enter-0.0.9 Reproducible: Always Actual Results: checking for xft-config... no configure: error: You need to have libXft.
Sorry, I filled the bug report too fast. The dependancy to x11-libs/libXft is there, but xft-config cannot be found. Here is the detail of the error in the config.log configure:4372: checking for xft-config configure:4405: result: no configure:4415: error: You need to have libXft. It is indeed not provided by the x11-libs/libXft-2.2.0 package installed on my system
please rebuild x11-libs/libXft
Rebuilding xft didn't helped because xft-config has been deprecated. I had to patch the configure.ac to make it use pkg-config instead to get it to compile. I attach the new ebuild and the patch
Created attachment 298055 [details] enter-0.0.9-r1.ebuild
Created attachment 298057 [details, diff] files/enter-0.0.9-autoconf-fixes.diff
thanks + 23 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> enter-0.0.9.ebuild, + +files/enter-0.0.9-build.patch: + Use pkg-config instead of xft-config for libXft detection wrt #397739 by + "Weonbin"