diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-08-10 13:08:58 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-08-10 13:16:29 +0200 |
commit | e63486a59d0c99746f2bca36ce1e8ffb83e336ec (patch) | |
tree | 2fb2f5368b9aaffc2c106f99a46c5295fa9e0fdd | |
parent | profiles: Lift the cairo USE mask for app-editors/emacs-vcs:27. (diff) | |
download | gentoo-e63486a59d0c99746f2bca36ce1e8ffb83e336ec.tar.gz gentoo-e63486a59d0c99746f2bca36ce1e8ffb83e336ec.tar.bz2 gentoo-e63486a59d0c99746f2bca36ce1e8ffb83e336ec.zip |
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@gentoo.org>
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild | 2 | ||||
-rw-r--r-- | 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 9c0c25334b7d..02b971c88d68 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 570eb37e422f..cb262d172dd2 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) \ |