in function src_compile() ... use sheep || sed -i "s:CONFIG_SHEEP=y:# CONFIG_SHEEP is not set:" .config use X || sed -i "s:CONFIG_X11=y:# CONFIG_X11 is not set:" .config ... add use vnc || sed -i "s:CONFIG_VNC=y:# CONFIG_VNC is not set:" .config that enables builds without vnc Reproducible: Always Steps to Reproduce: 1. emerge mol 2. compling starts Actual Results: watch X_K error message while compiling (cause vnc enabled while not installed) Expected Results: the mol should be installed
fixed in cvs