summaryrefslogtreecommitdiff
path: root/app-emacs/emacs-daemon/emacs-daemon-0.21.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/emacs-daemon/emacs-daemon-0.21.ebuild')
-rw-r--r--app-emacs/emacs-daemon/emacs-daemon-0.21.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.21.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.21.ebuild
index 6b662e862c7..b4d1367496f 100644
--- a/app-emacs/emacs-daemon/emacs-daemon-0.21.ebuild
+++ b/app-emacs/emacs-daemon/emacs-daemon-0.21.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 Lucid or the Motif toolkit instead, i.e. with
USE="athena Xaw3d -gtk -motif" or USE="motif -gtk -athena -Xaw3d".