dev-cpp/libcutl: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 10 Apr 2018 11:28:18 +0000 (13:28 +0200)
committerAaron Bauman <bman@gentoo.org>
Fri, 13 Apr 2018 23:21:35 +0000 (19:21 -0400)
Closes: https://github.com/gentoo/gentoo/pull/7926

dev-cpp/libcutl/libcutl-1.10.0.ebuild

index 652471ccb8864c3e665ed20a83f6cce63ab387ec..b88f5363b9ee2ae58775bfc3360245cbfeed434d 100644 (file)
@@ -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=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools flag-o-matic versionator
 
 DESCRIPTION="A collection of C++ libraries (successor of libcult)"
-HOMEPAGE="http://www.codesynthesis.com/projects/libcutl/"
-SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
+HOMEPAGE="https://www.codesynthesis.com/projects/libcutl/"
+SRC_URI="https://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"