app-editors/emacs-vcs: The gmp flag is not conditional on X.
authorUlrich Müller <ulm@gentoo.org>
Sat, 10 Aug 2019 11:08:58 +0000 (13:08 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sat, 10 Aug 2019 11:16:29 +0000 (13:16 +0200)
Fixes: 59d45fc8be826511804449b09ea3768d4e9c9b2d
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild
app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild

index 9c0c25334b7df68bee11cb21328bfc52088f46cd..02b971c88d68c1e3ad94db97071f9f894b4e2a5c 100644 (file)
@@ -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) \
index 570eb37e422f0cb0cdffc6eb4b1a82de5a989413..cb262d172dd215696d0ea82f13fe06aae8c7cd0c 100644 (file)
@@ -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) \