Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs-vcs/
Date: Sat, 10 Aug 2019 11:16:41
Message-Id: 1565435789.e63486a59d0c99746f2bca36ce1e8ffb83e336ec.ulm@gentoo
1 commit: e63486a59d0c99746f2bca36ce1e8ffb83e336ec
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 11:08:58 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 11:16:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63486a5
7
8 app-editors/emacs-vcs: The gmp flag is not conditional on X.
9
10 Fixes: 59d45fc8be826511804449b09ea3768d4e9c9b2d
11 Package-Manager: Portage-2.3.71, Repoman-2.3.17
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild | 2 +-
15 app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 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
19 index 9c0c25334b7..02b971c88d6 100644
20 --- a/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild
21 +++ b/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild
22 @@ -175,7 +175,6 @@ src_configure() {
23 if use X; then
24 myconf+=" --with-x --without-ns"
25 myconf+=" $(use_with gconf)"
26 - myconf+=" $(use_with gmp libgmp)"
27 myconf+=" $(use_with gsettings)"
28 myconf+=" $(use_with toolkit-scroll-bars)"
29 myconf+=" $(use_with gif)"
30 @@ -265,6 +264,7 @@ src_configure() {
31 $(use_with dbus) \
32 $(use_with dynamic-loading modules) \
33 $(use_with games gameuser ":gamestat") \
34 + $(use_with gmp libgmp) \
35 $(use_with gpm) \
36 $(use_with json) \
37 $(use_with kerberos) $(use_with kerberos kerberos5) \
38
39 diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild
40 index 570eb37e422..cb262d172dd 100644
41 --- a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild
42 +++ b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild
43 @@ -175,7 +175,6 @@ src_configure() {
44 if use X; then
45 myconf+=" --with-x --without-ns"
46 myconf+=" $(use_with gconf)"
47 - myconf+=" $(use_with gmp libgmp)"
48 myconf+=" $(use_with gsettings)"
49 myconf+=" $(use_with toolkit-scroll-bars)"
50 myconf+=" $(use_with gif)"
51 @@ -267,6 +266,7 @@ src_configure() {
52 $(use_with dbus) \
53 $(use_with dynamic-loading modules) \
54 $(use_with games gameuser ":gamestat") \
55 + $(use_with gmp libgmp) \
56 $(use_with gpm) \
57 $(use_with json) \
58 $(use_with kerberos) $(use_with kerberos kerberos5) \