media-video/ffmpeg: set EGIT_MIN_CLONE_TYPE in live ebuild

Closes: https://bugs.gentoo.org/648690
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Alexis Ballier
2018-02-24 13:42:14 +01:00
parent 33d083b552
commit 5eb373abea

View File

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