diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 14:04:52 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 14:04:52 +0200 |
commit | 68bd169922f0b3ad5a6eaa4d9c470e594cdb8e7a (patch) | |
tree | ca4e4030d07279d14435f8b3fc14a6abfc861d9c /app-emacs/emacs-daemon | |
parent | Convert all URIs for launchpad.net from http to https (diff) | |
download | gentoo-68bd169922f0b3ad5a6eaa4d9c470e594cdb8e7a.tar.gz gentoo-68bd169922f0b3ad5a6eaa4d9c470e594cdb8e7a.tar.bz2 gentoo-68bd169922f0b3ad5a6eaa4d9c470e594cdb8e7a.zip |
Convert URIs for gnome.org and kde.org to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-emacs/emacs-daemon')
-rw-r--r-- | app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild | 2 | ||||
-rw-r--r-- | app-emacs/emacs-daemon/emacs-daemon-0.21.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild index b32c7513c77c..0b5698eb551d 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". diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.21.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.21.ebuild index 6b662e862c70..b4d1367496f3 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". |