commit: 7674f62e279bbf9d479859f802bb6baa2f9561be Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Oct 1 19:16:47 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Oct 1 20:08:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7674f62e
media-libs/aubio: Drop unused multilib,eutils, add missing slot op One line per dep. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 media-libs/aubio/aubio-0.4.7.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/media-libs/aubio/aubio-0.4.7.ebuild b/media-libs/aubio/aubio-0.4.7.ebuild index 9cb10b60097..0592ffa0a50 100644 --- a/media-libs/aubio/aubio-0.4.7.ebuild +++ b/media-libs/aubio/aubio-0.4.7.ebuild @@ -6,8 +6,7 @@ EAPI=6 DISTUTILS_OPTIONAL=1 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE='threads(+)' - -inherit distutils-r1 waf-utils multilib eutils +inherit distutils-r1 waf-utils DESCRIPTION="Library for audio labelling" HOMEPAGE="https://aubio.org/" @@ -23,14 +22,16 @@ RDEPEND=" !libav? ( >=media-video/ffmpeg-2.6:0= ) libav? ( >=media-video/libav-9:0= ) ) - fftw? ( sci-libs/fftw:3.0 ) + fftw? ( sci-libs/fftw:3.0= ) jack? ( virtual/jack ) libsamplerate? ( media-libs/libsamplerate ) - python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} ) + python? ( + ${PYTHON_DEPS} + dev-python/numpy[${PYTHON_USEDEP}] + ) sndfile? ( media-libs/libsndfile ) " -DEPEND=" - ${RDEPEND} +DEPEND="${RDEPEND} ${PYTHON_DEPS} app-text/txt2man virtual/pkgconfig
