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

Collapse All | Expand All

(-)/usr/portage/dev-vcs/git/git-9999.ebuild (-2 / +2 lines)
Lines 219-225 src_unpack() { Link Here
219
219
220
src_prepare() {
220
src_prepare() {
221
	# bug #350330 - automagic CVS when we don't want it is bad.
221
	# bug #350330 - automagic CVS when we don't want it is bad.
222
	epatch "${FILESDIR}"/git-1.8.2-optional-cvs.patch
222
	epatch "${FILESDIR}"/git-9999-optional-cvs.patch
223
223
224
	sed -i \
224
	sed -i \
225
		-e 's:^\(CFLAGS =\).*$:\1 $(OPTCFLAGS) -Wall:' \
225
		-e 's:^\(CFLAGS =\).*$:\1 $(OPTCFLAGS) -Wall:' \
Lines 437-443 src_install() { Link Here
437
	# svnimport - use git-svn
437
	# svnimport - use git-svn
438
	# thunderbird-patch-inline - fixes thunderbird
438
	# thunderbird-patch-inline - fixes thunderbird
439
	for i in \
439
	for i in \
440
		blameview buildsystems ciabot continuous convert-objects fast-import \
440
		buildsystems ciabot convert-objects fast-import \
441
		hg-to-git hooks remotes2config.sh rerere-train.sh \
441
		hg-to-git hooks remotes2config.sh rerere-train.sh \
442
		stats vim workdir \
442
		stats vim workdir \
443
		; do
443
		; do

Return to bug 487902