commit:     e63486a59d0c99746f2bca36ce1e8ffb83e336ec
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 11:08:58 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 11:16:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63486a5

app-editors/emacs-vcs: The gmp flag is not conditional on X.

Fixes: 59d45fc8be826511804449b09ea3768d4e9c9b2d
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild | 2 +-
 app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild
index 9c0c25334b7..02b971c88d6 100644
--- a/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild
@@ -175,7 +175,6 @@ src_configure() {
        if use X; then
                myconf+=" --with-x --without-ns"
                myconf+=" $(use_with gconf)"
-               myconf+=" $(use_with gmp libgmp)"
                myconf+=" $(use_with gsettings)"
                myconf+=" $(use_with toolkit-scroll-bars)"
                myconf+=" $(use_with gif)"
@@ -265,6 +264,7 @@ src_configure() {
                $(use_with dbus) \
                $(use_with dynamic-loading modules) \
                $(use_with games gameuser ":gamestat") \
+               $(use_with gmp libgmp) \
                $(use_with gpm) \
                $(use_with json) \
                $(use_with kerberos) $(use_with kerberos kerberos5) \

diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild
index 570eb37e422..cb262d172dd 100644
--- a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild
@@ -175,7 +175,6 @@ src_configure() {
        if use X; then
                myconf+=" --with-x --without-ns"
                myconf+=" $(use_with gconf)"
-               myconf+=" $(use_with gmp libgmp)"
                myconf+=" $(use_with gsettings)"
                myconf+=" $(use_with toolkit-scroll-bars)"
                myconf+=" $(use_with gif)"
@@ -267,6 +266,7 @@ src_configure() {
                $(use_with dbus) \
                $(use_with dynamic-loading modules) \
                $(use_with games gameuser ":gamestat") \
+               $(use_with gmp libgmp) \
                $(use_with gpm) \
                $(use_with json) \
                $(use_with kerberos) $(use_with kerberos kerberos5) \

Reply via email to