From 5c65817748f2f9c4d6a22d264689716a8851c7e8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 23 Jun 2016 15:09:04 -0400 Subject: sourceware: convert to https:// URIs --- sys-libs/glibc/files/eblits/pkg_pretend.eblit | 2 +- sys-libs/glibc/files/eblits/src_prepare.eblit | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys-libs/glibc') diff --git a/sys-libs/glibc/files/eblits/pkg_pretend.eblit b/sys-libs/glibc/files/eblits/pkg_pretend.eblit index c900ccc62f8..ff8f1c1a652 100644 --- a/sys-libs/glibc/files/eblits/pkg_pretend.eblit +++ b/sys-libs/glibc/files/eblits/pkg_pretend.eblit @@ -94,7 +94,7 @@ eblit-glibc-pkg_pretend() { then eerror "Your patched vendor kernel is broken. You need to get an" eerror "update from whoever is providing the kernel to you." - eerror "http://sourceware.org/bugzilla/show_bug.cgi?id=5227" + eerror "https://sourceware.org/bugzilla/show_bug.cgi?id=5227" eerror "http://bugs.gentoo.org/262698" die "keeping your system alive, say thank you" fi diff --git a/sys-libs/glibc/files/eblits/src_prepare.eblit b/sys-libs/glibc/files/eblits/src_prepare.eblit index 162cf530c8d..4a5c8af7f6a 100644 --- a/sys-libs/glibc/files/eblits/src_prepare.eblit +++ b/sys-libs/glibc/files/eblits/src_prepare.eblit @@ -43,10 +43,10 @@ eblit-glibc-src_prepare() { # Glibc is stupid sometimes, and doesn't realize that with a # static C-Only gcc, -lgcc_eh doesn't exist. - # http://sourceware.org/ml/libc-alpha/2003-09/msg00100.html - # http://sourceware.org/ml/libc-alpha/2005-02/msg00042.html + # https://sourceware.org/ml/libc-alpha/2003-09/msg00100.html + # https://sourceware.org/ml/libc-alpha/2005-02/msg00042.html # But! Finally fixed in recent versions: - # http://sourceware.org/ml/libc-alpha/2012-05/msg01865.html + # https://sourceware.org/ml/libc-alpha/2012-05/msg01865.html if ! version_is_at_least 2.16 ; then echo 'int main(){}' > "${T}"/gcc_eh_test.c if ! $(tc-getCC ${CTARGET}) ${CFLAGS} ${LDFLAGS} "${T}"/gcc_eh_test.c -lgcc_eh 2>/dev/null ; then -- cgit v1.2.1