Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: media-sound/mopidy/
Date: Mon, 29 Jun 2015 23:56:02
Message-Id: 1435622145.c200ee55b931a77188ec8f10abe3d36cf3c962d0.mrueg@gentoo
1 commit: c200ee55b931a77188ec8f10abe3d36cf3c962d0
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 29 23:55:45 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 23:55:45 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=c200ee55
7
8 [media-sound/mopidy] Update dependencies.
9
10 Package-Manager: portage-2.2.20
11
12 media-sound/mopidy/mopidy-1.0.7.ebuild | 9 ++++++++-
13 1 file changed, 8 insertions(+), 1 deletion(-)
14
15 diff --git a/media-sound/mopidy/mopidy-1.0.7.ebuild b/media-sound/mopidy/mopidy-1.0.7.ebuild
16 index 15cf989..c2ee8b9 100644
17 --- a/media-sound/mopidy/mopidy-1.0.7.ebuild
18 +++ b/media-sound/mopidy/mopidy-1.0.7.ebuild
19 @@ -17,8 +17,15 @@ KEYWORDS="~amd64"
20 IUSE="test"
21
22 RDEPEND="dev-python/pykka[${PYTHON_USEDEP}]
23 + dev-python/gst-python:0.10[${PYTHON_USEDEP}]
24 + media-libs/gst-plugins-bad:0.10
25 + media-libs/gst-plugins-good:0.10
26 + media-libs/gst-plugins-ugly:0.10
27 + media-plugins/gst-plugins-meta:0.10
28 www-servers/tornado[${PYTHON_USEDEP}]"
29 -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )
30 +
31 +DEPEND="test? ( ${RDEPEND}
32 + dev-python/nose[${PYTHON_USEDEP}] )
33 dev-python/setuptools[${PYTHON_USEDEP}]"
34
35 S=${WORKDIR}/Mopidy-${PV}