media-libs/aubio: Fixed build with USE="doc" (bug #612084).
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 24 Apr 2017 12:31:12 +0000 (14:31 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 24 Apr 2017 12:38:11 +0000 (14:38 +0200)
Fix taken from seden overlay.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

media-libs/aubio/aubio-0.4.5.ebuild

index 15673419b9555a27e472c8441d39d31d58c1a992..f7f10c20a7a847d8579109d2322c1a858cd43025 100644 (file)
@@ -70,7 +70,7 @@ src_compile() {
 
        if use doc; then
                cd "${S}"/doc || die
-               doxygen full.cfg || die
+               emake dirhtml
        fi
 
        if use python ; then
@@ -105,6 +105,6 @@ src_install() {
        if use doc; then
                dodoc doc/*.txt
                docinto html
-               dodoc -r doc/full/html/.
+               dodoc -r doc/_build/dirhtml/.
        fi
 }