media-video/ffmpeg: use HTTPS for EGIT_REPO_URI
authorAndrey Utkin <andrey_utkin@gentoo.org>
Mon, 15 Jan 2018 19:25:00 +0000 (19:25 +0000)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Mon, 15 Jan 2018 20:16:44 +0000 (20:16 +0000)
Suggested-by: stressfactor <redditcensorshipsucks@protonmail.com>
Acked-by: Alexis Ballier <aballier@gentoo.org>
Closes: https://bugs.gentoo.org/629938
Package-Manager: Portage-2.3.19, Repoman-2.3.6

media-video/ffmpeg/ffmpeg-9999.ebuild

index 8c98ce138b09c66554b7e46f202c1cd5fae63860..f78260745ad0961d00560a081dc8639086b32643 100644 (file)
@@ -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
@@ -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}