commit: 5b7e14adcab35bae5f278111162a5c2dbd327e6e Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Feb 9 12:15:38 2015 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Feb 9 12:15:38 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=5b7e14ad
app-editors/emacs-vcs: Use group 'scores' instead of 'games' for shared score files. Package-Manager: portage-2.2.16 --- app-editors/emacs-vcs/ChangeLog | 3 +++ app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog index a2367d2..9203ce2 100644 --- a/app-editors/emacs-vcs/ChangeLog +++ b/app-editors/emacs-vcs/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 09 Feb 2015; Ulrich Müller <u...@gentoo.org> emacs-vcs-25.0.9999-r2.ebuild: + Use group 'scores' instead of 'games' for shared score files. + 01 Feb 2015; Ulrich Müller <u...@gentoo.org> metadata.xml: Sync metadata.xml from Portage tree. diff --git a/app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.ebuild b/app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.ebuild index b54dff7..4b43250 100644 --- a/app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-25.0.9999-r2.ebuild @@ -207,7 +207,7 @@ src_configure() { --infodir="${EPREFIX}"/usr/share/info/${EMACS_SUFFIX} \ --localstatedir="${EPREFIX}"/var \ --enable-locallisppath="${EPREFIX}/etc/emacs:${EPREFIX}${SITELISP}" \ - --with-gameuser=":${GAMES_GROUP:-games}" \ + --with-gameuser=":scores" \ --without-compress-install \ --with-file-notification=$(usev gfile || usev inotify || echo no) \ $(use_enable acl) \