diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-09-26 12:28:07 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-09-26 13:45:29 -0400 |
commit | e48fccc095c3765c265d57af8a30c3cf8c9beeff (patch) | |
tree | e509ab437a582a136249d03e54f2be8bd52dd7b3 /eclass/toolchain.eclass | |
parent | app-misc/ca-certificates: add python 3 support #548374 (diff) | |
download | gentoo-e48fccc095c3765c265d57af8a30c3cf8c9beeff.tar.gz gentoo-e48fccc095c3765c265d57af8a30c3cf8c9beeff.tar.bz2 gentoo-e48fccc095c3765c265d57af8a30c3cf8c9beeff.zip |
toolchain{,-binutils}.eclass: use https for HOMEPAGE
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index c8d547d3faa5..b81dbb004cd5 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 |