commit: fc0f274001bee83a6a402aa85c380914dfbed30f Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Mar 2 17:55:57 2018 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sun Mar 11 14:23:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0f2740
sys-devel/ct-ng: use HTTPS Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> sys-devel/ct-ng/ct-ng-1.22.0.ebuild | 4 ++-- sys-devel/ct-ng/ct-ng-1.23.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-devel/ct-ng/ct-ng-1.22.0.ebuild b/sys-devel/ct-ng/ct-ng-1.22.0.ebuild index a1002aaa002..193e2677a54 100644 --- a/sys-devel/ct-ng/ct-ng-1.22.0.ebuild +++ b/sys-devel/ct-ng/ct-ng-1.22.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ EAPI="5" inherit bash-completion-r1 DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" -HOMEPAGE="http://crosstool-ng.org" +HOMEPAGE="https://crosstool-ng.org" MY_P=${P/ct/crosstool} SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2" diff --git a/sys-devel/ct-ng/ct-ng-1.23.0.ebuild b/sys-devel/ct-ng/ct-ng-1.23.0.ebuild index 42a61e62695..bd18d3f3226 100644 --- a/sys-devel/ct-ng/ct-ng-1.23.0.ebuild +++ b/sys-devel/ct-ng/ct-ng-1.23.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ EAPI="5" inherit bash-completion-r1 DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" -HOMEPAGE="http://crosstool-ng.org" +HOMEPAGE="https://crosstool-ng.org" MY_P=${P/ct/crosstool} SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"
