From: Michael Mair-Keimberger Date: Fri, 5 Apr 2019 09:37:55 +0000 (+0200) Subject: dev-libs/locked_sstream: use HTTPS. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c4fa15769da7fec0b8e44f0d2ee1f39b7721b109;p=gentoo.git dev-libs/locked_sstream: use HTTPS. Signed-off-by: Michael Mair-Keimberger Signed-off-by: Patrice Clement --- diff --git a/dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild b/dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild index ad4a819e4c51..fc095c3dbf75 100644 --- a/dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild +++ b/dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,8 +9,8 @@ PYTHON_REQ_USE="threads(+)" inherit python-any-r1 waf-utils DESCRIPTION="tiny C++ library which wraps std::stringstream in a mutex" -HOMEPAGE="http://carlh.net/locked_sstream" -SRC_URI="http://carlh.net/downloads/${PN}/${P}.tar.bz2" +HOMEPAGE="https://carlh.net/locked_sstream" +SRC_URI="https://carlh.net/downloads/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0"