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

Collapse All | Expand All

(-)/Volumes/Shared/prefix-64/usr/portage/dev-vcs/git/git-1.7.1.ebuild (-5 / +5 lines)
Lines 196-203 Link Here
196
	# Merged in 1.6.3 final 2009/05/07
196
	# Merged in 1.6.3 final 2009/05/07
197
	#epatch "${FILESDIR}"/20090505-git-1.6.2.5-getopt-fixes.patch
197
	#epatch "${FILESDIR}"/20090505-git-1.6.2.5-getopt-fixes.patch
198
198
199
	[[ ${CHOST} == *-mint* ]] && epatch "${FILESDIR}"/${PN}-1.6.3.3-mint.patch
199
	if [[ ${CHOST} == *-mint* ]]; then
200
200
		epatch "${FILESDIR}"/${PN}-1.6.3.3-mint.patch
201
		epatch "${FILESDIR}"/${PN}-1.6.6.1-interix.patch
202
		epatch "${FILESDIR}"/${PN}-1.6.6.1-interix6.patch
203
	fi
201
	# JS install fixup
204
	# JS install fixup
202
	epatch "${FILESDIR}"/git-1.7.1-always-install-js.patch
205
	epatch "${FILESDIR}"/git-1.7.1-always-install-js.patch
203
206
Lines 218-226 Link Here
218
	# Fix docbook2texi command
221
	# Fix docbook2texi command
219
	sed -i 's/DOCBOOK2X_TEXI=docbook2x-texi/DOCBOOK2X_TEXI=docbook2texi.pl/' \
222
	sed -i 's/DOCBOOK2X_TEXI=docbook2x-texi/DOCBOOK2X_TEXI=docbook2texi.pl/' \
220
		Documentation/Makefile || die "sed failed"
223
		Documentation/Makefile || die "sed failed"
221
222
	epatch "${FILESDIR}"/${PN}-1.6.6.1-interix.patch
223
	epatch "${FILESDIR}"/${PN}-1.6.6.1-interix6.patch
224
}
224
}
225
225
226
git_emake() {
226
git_emake() {

Return to bug 318289