media-libs/ffmpegsource: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 17:39:35 +0000 (03:39 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:44:45 +0000 (11:44 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

media-libs/ffmpegsource/ffmpegsource-9999.ebuild

index b08717ef9ede6b37516e9a029179734ee4040225..7f457d85c064f90a0650da433d8d61c58c137d9e 100644 (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"