commit:     cd086016174fdd14ed6dd8256a3e9157cc2ef8c0
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 12:00:39 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 12:00:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd086016

dev-libs/libebml: use https for HOMEPAGE and SRC_URI

 dev-libs/libebml/libebml-1.3.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libebml/libebml-1.3.4.ebuild 
b/dev-libs/libebml/libebml-1.3.4.ebuild
index 7060f0adc81..53c1d59dcf9 100644
--- a/dev-libs/libebml/libebml-1.3.4.ebuild
+++ b/dev-libs/libebml/libebml-1.3.4.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools
 
 DESCRIPTION="Extensible binary format library (kinda like XML)"
-HOMEPAGE="http://www.matroska.org/ https://github.com/Matroska-Org/libebml/";
-SRC_URI="http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2";
+HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libebml/";
+SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="0/4" # subslot = soname major version

Reply via email to