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/
Date: Wed, 30 Mar 2022 07:18:49
Message-Id: 1648624717.badb974e4774dc877ff652fc712114c9d1b5f6d9.ulm@gentoo
1 commit: badb974e4774dc877ff652fc712114c9d1b5f6d9
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 07:17:27 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 07:18:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badb974e
7
8 app-editors/emacs: Always enable toolkit-scroll-bars with pure GTK
9
10 Closes: https://bugs.gentoo.org/836392
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-editors/emacs/emacs-29.0.9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-editors/emacs/emacs-29.0.9999.ebuild b/app-editors/emacs/emacs-29.0.9999.ebuild
17 index b26146f171bc..bb9b91c9c741 100644
18 --- a/app-editors/emacs/emacs-29.0.9999.ebuild
19 +++ b/app-editors/emacs/emacs-29.0.9999.ebuild
20 @@ -232,9 +232,9 @@ src_configure() {
21 elif use gtk && ! use X; then
22 einfo "Configuring to build with pure GTK (without X11) support"
23 myconf+=" --with-pgtk --without-x --without-ns"
24 + myconf+=" --with-toolkit-scroll-bars" #836392
25 myconf+=" $(use_with gconf)"
26 myconf+=" $(use_with gsettings)"
27 - myconf+=" $(use_with toolkit-scroll-bars)"
28 myconf+=" $(use_with harfbuzz)"
29 myconf+=" $(use_with m17n-lib libotf)"
30 myconf+=" $(use_with m17n-lib m17n-flt)"