media-libs/ffmpegsource: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
David Hicks
2017-07-30 03:39:35 +10:00
committed by Michał Górny
parent 9b9e1d52c7
commit eb9126fca1

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ inherit autotools eutils flag-o-matic git-r3
DESCRIPTION="A libav/ffmpeg based source library for easy frame accurate access"
HOMEPAGE="https://github.com/FFMS/ffms2"
EGIT_REPO_URI=( {https,git}://github.com/FFMS/ffms2.git )
EGIT_REPO_URI="https://github.com/FFMS/ffms2.git"
LICENSE="MIT"
SLOT="0/4"