commit:     d36dc183c0cf94fa40d698daf6c715140e6b472d
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 12:31:12 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 12:38:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36dc183

media-libs/aubio: Fixed build with USE="doc" (bug #612084).

Fix taken from seden overlay.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-libs/aubio/aubio-0.4.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/aubio/aubio-0.4.5.ebuild 
b/media-libs/aubio/aubio-0.4.5.ebuild
index 15673419b95..f7f10c20a7a 100644
--- a/media-libs/aubio/aubio-0.4.5.ebuild
+++ b/media-libs/aubio/aubio-0.4.5.ebuild
@@ -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
 }

Reply via email to