From: David Hicks Date: Sat, 29 Jul 2017 17:39:35 +0000 (+1000) Subject: media-libs/ffmpegsource: use HTTPS for GitHub X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eb9126fca10a1e377dc4868d10c8b550cb921084;p=gentoo.git media-libs/ffmpegsource: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/media-libs/ffmpegsource/ffmpegsource-9999.ebuild b/media-libs/ffmpegsource/ffmpegsource-9999.ebuild index b08717ef9ede..7f457d85c064 100644 --- a/media-libs/ffmpegsource/ffmpegsource-9999.ebuild +++ b/media-libs/ffmpegsource/ffmpegsource-9999.ebuild @@ -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"