diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-05 11:37:55 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-04-07 00:22:15 +0200 |
commit | c4fa15769da7fec0b8e44f0d2ee1f39b7721b109 (patch) | |
tree | 5d3ad1e801e997c84393bea6e9a82b8a3c00545b /dev-libs | |
parent | dev-libs/cdk: use HTTPS. (diff) | |
download | gentoo-c4fa15769da7fec0b8e44f0d2ee1f39b7721b109.tar.gz gentoo-c4fa15769da7fec0b8e44f0d2ee1f39b7721b109.tar.bz2 gentoo-c4fa15769da7fec0b8e44f0d2ee1f39b7721b109.zip |
dev-libs/locked_sstream: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |