commit: 888cf868b258b07f3a34c897d62913a85120e49a Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 12 22:16:46 2017 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Mar 12 22:16:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888cf868
app-editors/emacs-vcs: Enable shared game score dir only with USE=games. This corresponds to upstream bug https://debbugs.gnu.org/25895 and upstream commit 995be66f0f0d. Package-Manager: Portage-2.3.4, Repoman-2.3.2 app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild index 90701682981..ef85072615b 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild @@ -232,12 +232,12 @@ src_configure() { --infodir="${EPREFIX}"/usr/share/info/${EMACS_SUFFIX} \ --localstatedir="${EPREFIX}"/var \ --enable-locallisppath="${EPREFIX}/etc/emacs:${EPREFIX}${SITELISP}" \ - --with-gameuser=":gamestat" \ --without-compress-install \ --with-file-notification=$(usev inotify || usev gfile || echo no) \ $(use_enable acl) \ $(use_with dbus) \ $(use_with dynamic-loading modules) \ + $(use_with games gameuser ":gamestat") \ $(use_with gpm) \ $(use_with hesiod) \ $(use_with kerberos) $(use_with kerberos kerberos5) \
