From: Michael Mair-Keimberger Date: Sun, 17 Jun 2018 09:14:50 +0000 (+0200) Subject: dev-libs/caliper: use HTTPs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=52d750234e67d1ae82594707c8cc3a49fa5584af;p=gentoo.git dev-libs/caliper: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8866 --- diff --git a/dev-libs/caliper/caliper-1.5.0.ebuild b/dev-libs/caliper/caliper-1.5.0.ebuild index 8ecd92169088..be677d0ac535 100644 --- a/dev-libs/caliper/caliper-1.5.0.ebuild +++ b/dev-libs/caliper/caliper-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="Application Introspection System" -HOMEPAGE="http://computation.llnl.gov/projects/caliper" +HOMEPAGE="https://computation.llnl.gov/projects/caliper" SRC_URI="https://github.com/LLNL/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD"