Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 26 Sep 2015 17:46:14
Message-Id: 1443289529.e48fccc095c3765c265d57af8a30c3cf8c9beeff.vapier@gentoo
1 commit: e48fccc095c3765c265d57af8a30c3cf8c9beeff
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 16:28:07 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 17:45:29 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48fccc0
7
8 toolchain{,-binutils}.eclass: use https for HOMEPAGE
9
10 eclass/toolchain-binutils.eclass | 2 +-
11 eclass/toolchain.eclass | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass
15 index cb2b4ad..c370650 100644
16 --- a/eclass/toolchain-binutils.eclass
17 +++ b/eclass/toolchain-binutils.eclass
18 @@ -56,7 +56,7 @@ fi
19 is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
20
21 DESCRIPTION="Tools necessary to build programs"
22 -HOMEPAGE="http://sourceware.org/binutils/"
23 +HOMEPAGE="https://sourceware.org/binutils/"
24
25 case ${BTYPE} in
26 git) SRC_URI="" ;;
27
28 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
29 index c8d547d..b81dbb0 100644
30 --- a/eclass/toolchain.eclass
31 +++ b/eclass/toolchain.eclass
32 @@ -5,7 +5,7 @@
33 # Maintainer: Toolchain Ninjas <toolchain@g.o>
34
35 DESCRIPTION="The GNU Compiler Collection"
36 -HOMEPAGE="http://gcc.gnu.org/"
37 +HOMEPAGE="https://gcc.gnu.org/"
38 RESTRICT="strip" # cross-compilers need controlled stripping
39
40 inherit eutils fixheadtails flag-o-matic gnuconfig libtool multilib pax-utils toolchain-funcs versionator