diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 03:39:35 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:44:45 +0200 |
commit | eb9126fca10a1e377dc4868d10c8b550cb921084 (patch) | |
tree | d2de48d834b49c8be85782f49696d80abf35e5d3 /media-libs | |
parent | dev-python/rebulk: use HTTPS for GitHub (diff) | |
download | gentoo-eb9126fca10a1e377dc4868d10c8b550cb921084.tar.gz gentoo-eb9126fca10a1e377dc4868d10c8b550cb921084.tar.bz2 gentoo-eb9126fca10a1e377dc4868d10c8b550cb921084.zip |
media-libs/ffmpegsource: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/ffmpegsource/ffmpegsource-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |