app-editors/emacs-vcs: Enable shared game score dir only with USE=games.
authorUlrich Müller <ulm@gentoo.org>
Sun, 12 Mar 2017 22:16:46 +0000 (23:16 +0100)
committerUlrich Müller <ulm@gentoo.org>
Sun, 12 Mar 2017 22:16:46 +0000 (23:16 +0100)
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

index 90701682981f6ab4458286e63227b891d6a42baf..ef85072615b7b5df5e4081a9d50f0dd85f0742f6 100644 (file)
@@ -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) \