Skip to content

Commit

Permalink
media-video/ffmpeg: use HTTPS for EGIT_REPO_URI
Browse files Browse the repository at this point in the history
Suggested-by: stressfactor <[email protected]>
Acked-by: Alexis Ballier <[email protected]>
Closes: https://bugs.gentoo.org/629938
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
Andrey Utkin committed Jan 15, 2018
1 parent 279ceba commit ceea89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-video/ffmpeg/ffmpeg-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -17,7 +17,7 @@ FFMPEG_SUBSLOT=56.58.58
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then
SCM="git-r3"
EGIT_REPO_URI="git://source.ffmpeg.org/ffmpeg.git"
EGIT_REPO_URI="https://git.ffmpeg.org/ffmpeg.git"
fi

inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
Expand Down

0 comments on commit ceea89e

Please sign in to comment.