diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-13 19:12:58 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-20 16:27:11 -0400 |
commit | db1ceeff12d8c510ac398b0a343f6037ffe89fdc (patch) | |
tree | 5d59c2846891460e6ee17e7cebd6cc9e5c8a233f /dev-libs | |
parent | app-text/pep: use HTTPS (diff) | |
download | gentoo-db1ceeff12d8c510ac398b0a343f6037ffe89fdc.tar.gz gentoo-db1ceeff12d8c510ac398b0a343f6037ffe89fdc.tar.bz2 gentoo-db1ceeff12d8c510ac398b0a343f6037ffe89fdc.zip |
dev-libs/libcxml: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libcxml/libcxml-0.15.5.ebuild | 6 |
1 files 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 c2f81a9bc6cb..edbcfc29fa89 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" |