summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2018-01-15 19:25:00 +0000
committerAndrey Utkin <andrey_utkin@gentoo.org>2018-01-15 20:16:44 +0000
commitceea89e0ccdec38fa1876b96c8505284dba6059b (patch)
tree45a2025b4e2527a6cf273e62f4a629183bf5e398
parentvirtual/httpd-php: Mark ~amd64-fbsd ~x86-fbsd to match dev-lang/php (diff)
downloadgentoo-ceea89e0ccdec38fa1876b96c8505284dba6059b.tar.gz
gentoo-ceea89e0ccdec38fa1876b96c8505284dba6059b.tar.bz2
gentoo-ceea89e0ccdec38fa1876b96c8505284dba6059b.zip
media-video/ffmpeg: use HTTPS for EGIT_REPO_URI
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
-rw-r--r--media-video/ffmpeg/ffmpeg-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
index 8c98ce138b09..f78260745ad0 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}