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, 06 Jul 2015 12:44:23
Message-Id: 1436186643.28a8e7e045700bea3ba5aa55b7f040de10f4545d.mrueg@gentoo
1 commit: 28a8e7e045700bea3ba5aa55b7f040de10f4545d
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 6 12:44:03 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 6 12:44:03 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=28a8e7e0
7
8 [media-sound/mopidy] Add elog wrt audio group.
9
10 Package-Manager: portage-2.2.20
11
12 media-sound/mopidy/mopidy-1.0.7-r1.ebuild | 5 +++++
13 1 file changed, 5 insertions(+)
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 1eeda59..a902817 100644
17 --- a/media-sound/mopidy/mopidy-1.0.7-r1.ebuild
18 +++ b/media-sound/mopidy/mopidy-1.0.7-r1.ebuild
19 @@ -45,6 +45,11 @@ src_install() {
20 newinitd "${FILESDIR}"/${PN}.initd ${PN}
21 systemd_dounit extra/systemd/mopidy.service
22 domenu extra/desktop/mopidy.desktop || die
23 +
24 + einfo
25 + elog "Don't forget to add the mopidy user to the audio group"
26 + elog "usermod -a -G audio mopidy"
27 + einfo
28 }
29
30 python_test() {