diff options
Diffstat (limited to 'app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild')
-rw-r--r-- | app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild index b32c7513c77..0b5698eb551 100644 --- a/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild +++ b/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild @@ -34,7 +34,7 @@ pkg_setup() { while read line; do ewarn "${line}"; done <<-EOF Your current Emacs is compiled with GTK+. There is a long-standing bug in GTK+ that prevents Emacs from recovering from X disconnects: - <http://bugzilla.gnome.org/show_bug.cgi?id=85715> + <https://bugzilla.gnome.org/show_bug.cgi?id=85715> If you run Emacs as a daemon, then it is strongly recommended that you compile it with the Motif or the Lucid toolkit instead, i.e. with USE="motif -athena -gtk" or USE="athena -gtk -motif". |