commit: ceea89e0ccdec38fa1876b96c8505284dba6059b Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> AuthorDate: Mon Jan 15 19:25:00 2018 +0000 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> CommitDate: Mon Jan 15 20:16:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceea89e0
media-video/ffmpeg: use HTTPS for EGIT_REPO_URI Suggested-by: stressfactor <redditcensorshipsucks <AT> protonmail.com> Acked-by: Alexis Ballier <aballier <AT> gentoo.org> Closes: https://bugs.gentoo.org/629938 Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-video/ffmpeg/ffmpeg-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 8c98ce138b0..f78260745ad 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -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}
