commit: c277b301e82709d8e44c8ba7bc0ea92b73614227 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu May 24 17:45:39 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu May 24 17:46:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c277b301
app-crypt/qca: Fix USE=doc 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/qca/qca-2.1.3-r2.ebuild b/app-crypt/qca/qca-2.1.3-r2.ebuild index 396b2366049..36d32fac527 100644 --- 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
