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: Thu, 02 Jul 2015 15:22:53
Message-Id: 1435850550.5816f387445ef707b2fc3da136f6969941206828.mrueg@gentoo
1 commit: 5816f387445ef707b2fc3da136f6969941206828
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 15:22:30 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 15:22:30 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=5816f387
7
8 [media-sound/mopidy] Inherit user.eclass.
9
10 Package-Manager: portage-2.2.20
11
12 media-sound/mopidy/mopidy-1.0.7-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/mopidy/mopidy-1.0.7-r1.ebuild b/media-sound/mopidy/mopidy-1.0.7-r1.ebuild
16 index c5fc7da..1eeda59 100644
17 --- a/media-sound/mopidy/mopidy-1.0.7-r1.ebuild
18 +++ b/media-sound/mopidy/mopidy-1.0.7-r1.ebuild
19 @@ -5,7 +5,7 @@
20 EAPI=5
21 PYTHON_COMPAT=(python2_7)
22
23 -inherit eutils systemd distutils-r1
24 +inherit user eutils systemd distutils-r1
25
26 DESCRIPTION="An extensible music server that plays music from local disk and more"
27 HOMEPAGE="http://mopidy.com https://github.com/mopidy/mopidy"