projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f058d1a
)
app-crypt/qca: Fix USE=doc
author
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 24 May 2018 17:45:39 +0000
(19:45 +0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 24 May 2018 17:46:08 +0000
(19:46 +0200)
Closes: https://bugs.gentoo.org/651240
Package-Manager: Portage-2.3.38, Repoman-2.3.9
app-crypt/qca/qca-2.1.3-r2.ebuild
patch
|
blob
|
history
diff --git
a/app-crypt/qca/qca-2.1.3-r2.ebuild
b/app-crypt/qca/qca-2.1.3-r2.ebuild
index 396b2366049057f39398834e23b67e1a79b9f6ae..36d32fac52788a41907b7afca6c7f6b2ae569445 100644
(file)
--- a/
app-crypt/qca/qca-2.1.3-r2.ebuild
+++ b/
app-crypt/qca/qca-2.1.3-r2.ebuild
@@
-82,7
+82,7
@@
src_install() {
if use doc; then
pushd "${BUILD_DIR}" >/dev/null || die
- doxygen Doxyfile
.in
|| die
+ doxygen Doxyfile || die
dodoc -r apidocs/html
popd >/dev/null || die
fi