diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-03-12 23:16:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-03-12 23:16:46 +0100 |
commit | 888cf868b258b07f3a34c897d62913a85120e49a (patch) | |
tree | 483502b6c5523d69ce83360bec209549d325d669 /app-editors/emacs-vcs | |
parent | app-editors/emacs-vcs: Set proper invocation name for autogen.sh. (diff) | |
download | gentoo-888cf868b258b07f3a34c897d62913a85120e49a.tar.gz gentoo-888cf868b258b07f3a34c897d62913a85120e49a.tar.bz2 gentoo-888cf868b258b07f3a34c897d62913a85120e49a.zip |
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
Diffstat (limited to 'app-editors/emacs-vcs')
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 90701682981f..ef85072615b7 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) \ |