Skip to content

Commit

Permalink
media-libs/aubio: fix build with USE=python; bug #592284
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
aballier committed Aug 28, 2016
1 parent a96ee4d commit f7212ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-libs/aubio/aubio-0.4.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
}

0 comments on commit f7212ea

Please sign in to comment.