From 0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Fri, 25 Sep 2015 08:13:03 +0200 Subject: eclass: gentoo.org has https per default Signed-off-by: Justin Lecher --- eclass/unpacker.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/unpacker.eclass') diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass index 9aacf6548126..7ff00685648f 100644 --- a/eclass/unpacker.eclass +++ b/eclass/unpacker.eclass @@ -212,7 +212,7 @@ unpack_makeself() { eerror "I'm sorry, but I was unable to support the Makeself file." eerror "The version I detected was '${ver}'." eerror "Please file a bug about the file ${src##*/} at" - eerror "http://bugs.gentoo.org/ so that support can be added." + eerror "https://bugs.gentoo.org/ so that support can be added." die "makeself version '${ver}' not supported" ;; esac -- cgit v1.2.3-65-gdbad