diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-10 13:28:18 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-13 19:21:35 -0400 |
commit | 70181dcf1a04eb6b19873390baaf9a3be9e4d8c1 (patch) | |
tree | 21bd7b2f1a7f221de028e82eb572e88ae19f8cec /dev-cpp | |
parent | media-gfx/meshlab: remove trailing whitespace (diff) | |
download | gentoo-70181dcf1a04eb6b19873390baaf9a3be9e4d8c1.tar.gz gentoo-70181dcf1a04eb6b19873390baaf9a3be9e4d8c1.tar.bz2 gentoo-70181dcf1a04eb6b19873390baaf9a3be9e4d8c1.zip |
dev-cpp/libcutl: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7926
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/libcutl/libcutl-1.10.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/libcutl/libcutl-1.10.0.ebuild b/dev-cpp/libcutl/libcutl-1.10.0.ebuild index 652471ccb886..b88f5363b9ee 100644 --- a/dev-cpp/libcutl/libcutl-1.10.0.ebuild +++ b/dev-cpp/libcutl/libcutl-1.10.0.ebuild @@ -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" |