commit: ea4bdb3ce3a7701d4f447c4e6bccf9ad5c907f1c Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Mar 11 17:33:32 2018 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sun Mar 11 19:49:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4bdb3c
sys-devel/ct-ng: fix HOMEPAGE Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> sys-devel/ct-ng/ct-ng-1.22.0.ebuild | 2 +- sys-devel/ct-ng/ct-ng-1.23.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 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 193e2677a54..a9aa2651dc9 100644 --- a/sys-devel/ct-ng/ct-ng-1.22.0.ebuild +++ b/sys-devel/ct-ng/ct-ng-1.22.0.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit bash-completion-r1 DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" -HOMEPAGE="https://crosstool-ng.org" +HOMEPAGE="https://crosstool-ng.github.io/" 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 bd18d3f3226..3ee43cbeace 100644 --- a/sys-devel/ct-ng/ct-ng-1.23.0.ebuild +++ b/sys-devel/ct-ng/ct-ng-1.23.0.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit bash-completion-r1 DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" -HOMEPAGE="https://crosstool-ng.org" +HOMEPAGE="https://crosstool-ng.github.io/" MY_P=${P/ct/crosstool} SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"
