diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-25 08:13:03 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-25 09:11:22 +0200 |
commit | 0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47 (patch) | |
tree | ffc7eefe5ed5ae6788a9e5c426a992f22260dd9b /eclass/toolchain-binutils.eclass | |
parent | net-p2p/gtk-gnutella: cleanup (diff) | |
download | gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.tar.gz gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.tar.bz2 gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.zip |
eclass: gentoo.org has https per default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index f13506085bc4..cb2b4ad8a7d5 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -76,7 +76,7 @@ add_src_uri() { else a+=".bz2" fi - set -- mirror://gentoo http://dev.gentoo.org/~vapier/dist + set -- mirror://gentoo https://dev.gentoo.org/~vapier/dist SRC_URI="${SRC_URI} ${@/%//${a}}" } add_src_uri binutils-${BVER}-patches-${PATCHVER}.tar ${PATCHVER} @@ -210,7 +210,7 @@ _eprefix_init() { # Intended for ebuilds to override to set their own versioning information. toolchain-binutils_bugurl() { - printf "http://bugs.gentoo.org/" + printf "https://bugs.gentoo.org/" } toolchain-binutils_pkgversion() { printf "Gentoo ${BVER}" |