diff options
author | 2015-10-02 17:35:31 -0400 | |
---|---|---|
committer | 2015-10-02 17:35:31 -0400 | |
commit | df5ea96a502a015fdc64ee8d9491f6c492bba209 (patch) | |
tree | 67317644841ae618a66f44cde3490468b5e35e23 | |
parent | sys-devel/gcc: bump to 4.9.3 (diff) | |
download | musl-df5ea96a.tar.gz musl-df5ea96a.tar.bz2 musl-df5ea96a.zip |
toolchain.eclass: update http -> https
-rw-r--r-- | eclass/toolchain.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 44e08af6..066fc422 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -5,7 +5,7 @@ # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> DESCRIPTION="The GNU Compiler Collection" -HOMEPAGE="http://gcc.gnu.org/" +HOMEPAGE="https://gcc.gnu.org/" RESTRICT="strip" # cross-compilers need controlled stripping inherit eutils fixheadtails flag-o-matic gnuconfig libtool multilib pax-utils toolchain-funcs versionator @@ -238,7 +238,7 @@ S=$( gentoo_urls() { local devspace="HTTP~vapier/dist/URI HTTP~rhill/dist/URI HTTP~zorry/patches/gcc/URI HTTP~blueness/dist/URI" - devspace=${devspace//HTTP/http:\/\/dev.gentoo.org\/} + devspace=${devspace//HTTP/https:\/\/dev.gentoo.org\/} echo mirror://gentoo/$1 ${devspace//URI/$1} } @@ -1617,7 +1617,7 @@ toolchain_src_install() { # We remove the generated fixincludes, as they can cause things to break # (ncurses, openssl, etc). We do not prevent them from being built, as # in the following commit which we revert: - # http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.647&r2=1.648 + # https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.647&r2=1.648 # This is because bsd userland needs fixedincludes to build gcc, while # linux does not. Both can dispose of them afterwards. while read x ; do @@ -1957,7 +1957,7 @@ toolchain_pkg_postinst() { echo ewarn "You might want to review the GCC upgrade guide when moving between" ewarn "major versions (like 4.2 to 4.3):" - ewarn "http://www.gentoo.org/doc/en/gcc-upgrading.xml" + ewarn "https://www.gentoo.org/doc/en/gcc-upgrading.xml" echo # Clean up old paths |