summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-03-12 23:16:46 +0100
committerUlrich Müller <ulm@gentoo.org>2017-03-12 23:16:46 +0100
commit888cf868b258b07f3a34c897d62913a85120e49a (patch)
tree483502b6c5523d69ce83360bec209549d325d669
parentapp-editors/emacs-vcs: Set proper invocation name for autogen.sh. (diff)
downloadgentoo-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
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild2
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) \