commit: db1ceeff12d8c510ac398b0a343f6037ffe89fdc Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Mar 13 18:12:58 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Mar 20 20:27:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1ceeff
dev-libs/libcxml: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-libs/libcxml/libcxml-0.15.5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libcxml/libcxml-0.15.5.ebuild b/dev-libs/libcxml/libcxml-0.15.5.ebuild index c2f81a9bc6c..edbcfc29fa8 100644 --- a/dev-libs/libcxml/libcxml-0.15.5.ebuild +++ b/dev-libs/libcxml/libcxml-0.15.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ PYTHON_REQ_USE="threads(+)" inherit python-any-r1 waf-utils DESCRIPTION="small C++ library which makes it marginally neater to parse XML using libxml++" -HOMEPAGE="http://carlh.net/libcxml" -SRC_URI="http://carlh.net/downloads/${PN}/${P}.tar.bz2" +HOMEPAGE="https://carlh.net/libcxml" +SRC_URI="https://carlh.net/downloads/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0"