mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
sys-cluster/sionlib: fix doc building
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -83,8 +83,10 @@ src_configure() {
|
||||
src_compile() {
|
||||
export VARTEXFONTS="${T}/fonts"
|
||||
default
|
||||
use doc && doxygen -u doxy || die
|
||||
use doc && doxygen doxy || die
|
||||
if use doc ; then
|
||||
doxygen -u doxy || die
|
||||
doxygen doxy || die
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user