commit: f7212ea4f94e904e7e48e97678a893ef1d88587c
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 14:11:57 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 14:11:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7212ea4
media-libs/aubio: fix build with USE=python; bug #592284
Package-Manager: portage-2.3.0
media-libs/aubio/aubio-0.4.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/aubio/aubio-0.4.3.ebuild
b/media-libs/aubio/aubio-0.4.3.ebuild
index 3d53661..fd52d91 100644
--- a/media-libs/aubio/aubio-0.4.3.ebuild
+++ b/media-libs/aubio/aubio-0.4.3.ebuild
@@ -37,7 +37,7 @@ DEPEND="${RDEPEND}
REQUIRED_USE=${PYTHON_REQUIRED_USE}
DOCS=( AUTHORS ChangeLog README.md )
-PYTHON_SRC_DIR="${S}/python"
+PYTHON_SRC_DIR="${S}"
src_prepare() {
sed -i -e "s:doxygen:doxygen_disabled:" wscript || die
@@ -101,6 +101,6 @@ src_install() {
if use python ; then
cd "${PYTHON_SRC_DIR}" || die
DOCS="" distutils-r1_src_install
- newdoc README README.python
+ newdoc python/README.md README.python
fi
}