Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/aubio/
Date: Mon, 01 Oct 2018 20:08:39
Message-Id: 1538424499.7674f62e279bbf9d479859f802bb6baa2f9561be.asturm@gentoo
1 commit: 7674f62e279bbf9d479859f802bb6baa2f9561be
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 19:16:47 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 20:08:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7674f62e
7
8 media-libs/aubio: Drop unused multilib,eutils, add missing slot op
9
10 One line per dep.
11
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13 Package-Manager: Portage-2.3.50, Repoman-2.3.11
14
15 media-libs/aubio/aubio-0.4.7.ebuild | 13 +++++++------
16 1 file changed, 7 insertions(+), 6 deletions(-)
17
18 diff --git a/media-libs/aubio/aubio-0.4.7.ebuild b/media-libs/aubio/aubio-0.4.7.ebuild
19 index 9cb10b60097..0592ffa0a50 100644
20 --- a/media-libs/aubio/aubio-0.4.7.ebuild
21 +++ b/media-libs/aubio/aubio-0.4.7.ebuild
22 @@ -6,8 +6,7 @@ EAPI=6
23 DISTUTILS_OPTIONAL=1
24 PYTHON_COMPAT=( python2_7 )
25 PYTHON_REQ_USE='threads(+)'
26 -
27 -inherit distutils-r1 waf-utils multilib eutils
28 +inherit distutils-r1 waf-utils
29
30 DESCRIPTION="Library for audio labelling"
31 HOMEPAGE="https://aubio.org/"
32 @@ -23,14 +22,16 @@ RDEPEND="
33 !libav? ( >=media-video/ffmpeg-2.6:0= )
34 libav? ( >=media-video/libav-9:0= )
35 )
36 - fftw? ( sci-libs/fftw:3.0 )
37 + fftw? ( sci-libs/fftw:3.0= )
38 jack? ( virtual/jack )
39 libsamplerate? ( media-libs/libsamplerate )
40 - python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} )
41 + python? (
42 + ${PYTHON_DEPS}
43 + dev-python/numpy[${PYTHON_USEDEP}]
44 + )
45 sndfile? ( media-libs/libsndfile )
46 "
47 -DEPEND="
48 - ${RDEPEND}
49 +DEPEND="${RDEPEND}
50 ${PYTHON_DEPS}
51 app-text/txt2man
52 virtual/pkgconfig