Skip to content

Commit

Permalink
toolchain{,-binutils}.eclass: use https for HOMEPAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Sep 26, 2015
1 parent 6e28397 commit e48fccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eclass/toolchain-binutils.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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="" ;;
Expand Down
2 changes: 1 addition & 1 deletion eclass/toolchain.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Maintainer: Toolchain Ninjas <[email protected]>

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
Expand Down

0 comments on commit e48fccc

Please sign in to comment.