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

Collapse All | Expand All

(-)/usr/portage/dev-util/subversion/subversion-1.4.3.ebuild (-1 / +3 lines)
Lines 250-258 Link Here
250
250
251
	# Install emacs lisps
251
	# Install emacs lisps
252
	if use emacs; then
252
	if use emacs; then
253
		insinto /usr/share/emacs/site-lisp/subversion
253
		insinto ${SITELISP}/${PN}
254
		doins contrib/client-side/psvn/psvn.el*
254
		doins contrib/client-side/psvn/psvn.el*
255
		insinto ${SITELISP}/${PN}/compat
255
		doins contrib/client-side/vc-svn.el*
256
		doins contrib/client-side/vc-svn.el*
257
		touch ${D}${SITELISP}/${PN}/compat/.nosearch
256
258
257
		elisp-site-file-install ${FILESDIR}/70svn-gentoo.el
259
		elisp-site-file-install ${FILESDIR}/70svn-gentoo.el
258
	fi
260
	fi

Return to bug 158891