From c277b301e82709d8e44c8ba7bc0ea92b73614227 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 24 May 2018 19:45:39 +0200 Subject: [PATCH] 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 396b23660490..36d32fac5278 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 -- 2.26.2