From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 019A4138D0E for ; Wed, 8 Jul 2015 22:12:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7926E09A7; Wed, 8 Jul 2015 22:12:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D2D0E09A7 for ; Wed, 8 Jul 2015 22:12:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9E073412C0 for ; Wed, 8 Jul 2015 22:12:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 382A466A for ; Wed, 8 Jul 2015 22:12:06 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1436393519.c75755ccdeaac09e30da26aabcb619f29b1dfcc0.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: media-sound/mopidy/ X-VCS-Repository: dev/mrueg X-VCS-Files: media-sound/mopidy/mopidy-1.0.7-r1.ebuild X-VCS-Directories: media-sound/mopidy/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: c75755ccdeaac09e30da26aabcb619f29b1dfcc0 X-VCS-Branch: master Date: Wed, 8 Jul 2015 22:12:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: efb0cfcb-9c1b-433a-9ac1-80f7d01cb594 X-Archives-Hash: 304308d63749249c75e256739fc31b5c commit: c75755ccdeaac09e30da26aabcb619f29b1dfcc0 Author: Manuel Rüger gentoo org> AuthorDate: Wed Jul 8 22:11:59 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Jul 8 22:11:59 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=c75755cc [media-sound/mopidy] Update dependencies. Package-Manager: portage-2.2.20 media-sound/mopidy/mopidy-1.0.7-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/mopidy/mopidy-1.0.7-r1.ebuild b/media-sound/mopidy/mopidy-1.0.7-r1.ebuild index a902817..5344c93 100644 --- a/media-sound/mopidy/mopidy-1.0.7-r1.ebuild +++ b/media-sound/mopidy/mopidy-1.0.7-r1.ebuild @@ -21,7 +21,7 @@ RDEPEND="dev-python/pykka[${PYTHON_USEDEP}] media-libs/gst-plugins-bad:0.10 media-libs/gst-plugins-good:0.10 media-libs/gst-plugins-ugly:0.10 - media-plugins/gst-plugins-meta:0.10 + media-plugins/gst-plugins-meta:0.10[http,mp3] www-servers/tornado[${PYTHON_USEDEP}]" DEPEND="test? ( ${RDEPEND} @@ -33,6 +33,7 @@ S=${WORKDIR}/Mopidy-${PV} pkg_setup() { enewgroup mopidy enewuser mopidy -1 -1 "/etc/mopidy" mopidy + distutils-r1_pkg_setup }