mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/ffmpegsource: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
committed by
Michał Górny
parent
9b9e1d52c7
commit
eb9126fca1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user