diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-25 08:13:03 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-25 09:11:22 +0200 |
commit | 0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47 (patch) | |
tree | ffc7eefe5ed5ae6788a9e5c426a992f22260dd9b /eclass/mozilla-launcher.eclass | |
parent | net-p2p/gtk-gnutella: cleanup (diff) | |
download | gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.tar.gz gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.tar.bz2 gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.zip |
eclass: gentoo.org has https per default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass/mozilla-launcher.eclass')
-rw-r--r-- | eclass/mozilla-launcher.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mozilla-launcher.eclass b/eclass/mozilla-launcher.eclass index 0d7063859638..11c3fdbf6522 100644 --- a/eclass/mozilla-launcher.eclass +++ b/eclass/mozilla-launcher.eclass @@ -87,7 +87,7 @@ install_mozilla_launcher_stub() { # # Stub script to run mozilla-launcher. We used to use a symlink here # but OOo brokenness makes it necessary to use a stub instead: -# http://bugs.gentoo.org/show_bug.cgi?id=78890 +# https://bugs.gentoo.org/show_bug.cgi?id=78890 export MOZILLA_LAUNCHER=${appname} export MOZILLA_LIBDIR=${libdir} @@ -101,7 +101,7 @@ EOF # # Stub script to run mozilla-launcher. We used to use a symlink here # but OOo brokenness makes it necessary to use a stub instead: -# http://bugs.gentoo.org/show_bug.cgi?id=78890 +# https://bugs.gentoo.org/show_bug.cgi?id=78890 export MOZILLA_LAUNCHER=${appname} export MOZILLA_LIBDIR=${libdir} @@ -117,7 +117,7 @@ EOF warn_mozilla_launcher_stub() { elog "Not all locales support the disabling of pango." elog "If your locale does not support disabling pango," - elog "please open a bug report on http://bugs.gentoo.org" + elog "please open a bug report on https://bugs.gentoo.org" elog "Then we can filter around the problem with those" elog "specific locales." } |