From: Michael Mair-Keimberger Date: Sun, 8 Apr 2018 17:36:47 +0000 (+0200) Subject: dev-java/lzma: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9c0c0196b3b7ad48b3ce51293737b431d1fbebc0;p=gentoo.git dev-java/lzma: use HTTPS --- diff --git a/dev-java/lzma/lzma-9.18.ebuild b/dev-java/lzma/lzma-9.18.ebuild index b78809bc5e67..c08f6ff48dc2 100644 --- a/dev-java/lzma/lzma-9.18.ebuild +++ b/dev-java/lzma/lzma-9.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Java code for LZMA compression and decompression" -HOMEPAGE="http://www.7-zip.org/" +HOMEPAGE="https://www.7-zip.org/" SRC_URI="mirror://sourceforge/sevenzip/${PN}${PV/./}.tar.bz2" LICENSE="public-domain"