projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2cd8c1
)
app-doc/doxygen: fix warning about unused variable if USE=-doc
author
Matthias Maier
<tamiko@gentoo.org>
Sun, 3 Jun 2018 21:12:07 +0000
(16:12 -0500)
committer
Matthias Maier
<tamiko@gentoo.org>
Sun, 3 Jun 2018 21:18:12 +0000
(16:18 -0500)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-doc/doxygen/doxygen-9999.ebuild
patch
|
blob
|
history
diff --git
a/app-doc/doxygen/doxygen-9999.ebuild
b/app-doc/doxygen/doxygen-9999.ebuild
index 9f082f097a2ad6fabf944b35962a48e0cf7e686b..4baf172148217bf2f614a7f478e9368b51f92f25 100644
(file)
--- a/
app-doc/doxygen/doxygen-9999.ebuild
+++ b/
app-doc/doxygen/doxygen-9999.ebuild
@@
-104,6
+104,9
@@
src_configure() {
-Dbuild_wizard=$(usex qt5)
-Duse_sqlite3=$(usex sqlite)
)
+ use doc && mycmakeargs+=(
+ -DDOC_INSTALL_DIR="share/doc/${P}"
+ )
cmake-utils_src_configure
}