app-crypt/qca: Fix USE=doc
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 24 May 2018 17:45:39 +0000 (19:45 +0200)
committerAndreas 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

index 396b2366049057f39398834e23b67e1a79b9f6ae..36d32fac52788a41907b7afca6c7f6b2ae569445 100644 (file)
@@ -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