Created attachment 266125 [details] Build log amd64box tmp # eix xmlto * app-doc/xmltoman Available versions: 0.3 ~0.4 Homepage: http://sourceforge.net/projects/xmltoman/ Description: Simple scripts for converting xml to groff or html * app-text/xmlto Available versions: 0.0.22 ~0.0.23 {latex} Homepage: https://fedorahosted.org/xmlto/ Description: A bash script for converting XML and DocBook formatted documents to a variety of output formats after installing xmlto it goes. Please update dep.
# Add deps on documentation # Most docbooks use dtd version 4.2 and 4.3 add more when found if has doc ${IUSE//+}; then DEPEND+=" doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) " fi It is in eclass.
Urgh, IUSE is not propagated to eclass from ebuild so any IUSE check in global scope is not working as it should, I need to fix this asap for both dri and doc useflags.
Done in main tree. And all overlay ebuilds adjusted hopefully.