Closes: https://bugs.gentoo.org/722482
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
BDEPEND="doc? ( app-doc/doxygen )"
src_compile() {
- emake clients $(usex ncurses curses) $(usex X x11) $(usex wayland wayland)
+ emake clients $(usex ncurses curses "") $(usex X x11 "") $(usex wayland wayland "")
use doc && emake doxygen
}
BDEPEND="doc? ( app-doc/doxygen )"
src_compile() {
- emake clients $(usex ncurses curses) $(usex X x11) $(usex wayland wayland)
+ emake clients $(usex ncurses curses "") $(usex X x11 "") $(usex wayland wayland "")
use doc && emake doxygen
}