Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 268392 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/media-video/ffmpeg/ffmpeg-9999.ebuild (-1 / +3 lines)
Lines 7-13 Link Here
7
SCM=""
7
SCM=""
8
if [ "${PV#9999}" != "${PV}" ] ; then
8
if [ "${PV#9999}" != "${PV}" ] ; then
9
	SCM="git"
9
	SCM="git"
10
	EGIT_REPO_URI="git://git.ffmpeg.org/ffmpeg.git"
10
	#EGIT_REPO_URI="git://git.ffmpeg.org/ffmpeg.git"
11
	EGIT_REPO_URI="git://gitorious.org/~astrange/ffmpeg/ffmpeg-mt.git"
12
	EGIT_HAS_SUBMODULES="true"
11
fi
13
fi
12
14
13
inherit eutils flag-o-matic multilib toolchain-funcs ${SCM}
15
inherit eutils flag-o-matic multilib toolchain-funcs ${SCM}

Return to bug 268392