commit: 4e5290e5c8fdfc983b76568bbcee3d9e237fdd42
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 2 15:17:36 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jul 2 15:17:36 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=4e5290e5
[media-sound/mopidy] Create a user for mopidy.
Package-Manager: portage-2.2.20
media-sound/mopidy/mopidy-1.0.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 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 90b730c..c5fc7da 100644
--- a/media-sound/mopidy/mopidy-1.0.7-r1.ebuild
+++ b/media-sound/mopidy/mopidy-1.0.7-r1.ebuild
@@ -31,8 +31,8 @@ DEPEND="test? ( ${RDEPEND}
S=${WORKDIR}/Mopidy-${PV}
pkg_setup() {
- enewuser mopidy -1 -1 "/etc/mopidy" mopidy
enewgroup mopidy
+ enewuser mopidy -1 -1 "/etc/mopidy" mopidy
distutils-r1_pkg_setup
}