summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-09-26 12:28:07 -0400
committerMike Frysinger <vapier@gentoo.org>2015-09-26 13:45:29 -0400
commite48fccc095c3765c265d57af8a30c3cf8c9beeff (patch)
treee509ab437a582a136249d03e54f2be8bd52dd7b3 /eclass
parentapp-misc/ca-certificates: add python 3 support #548374 (diff)
downloadgentoo-e48fccc095c3765c265d57af8a30c3cf8c9beeff.tar.gz
gentoo-e48fccc095c3765c265d57af8a30c3cf8c9beeff.tar.bz2
gentoo-e48fccc095c3765c265d57af8a30c3cf8c9beeff.zip
toolchain{,-binutils}.eclass: use https for HOMEPAGE
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain-binutils.eclass2
-rw-r--r--eclass/toolchain.eclass2
2 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass
index cb2b4ad8a7d5..c370650c8d05 100644
--- a/eclass/toolchain-binutils.eclass
+++ b/eclass/toolchain-binutils.eclass
@@ -56,7 +56,7 @@ fi
is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
DESCRIPTION="Tools necessary to build programs"
-HOMEPAGE="http://sourceware.org/binutils/"
+HOMEPAGE="https://sourceware.org/binutils/"
case ${BTYPE} in
git) SRC_URI="" ;;
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