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 (-3 / +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
		elisp-install ${PN} contrib/client-side/psvn/psvn.el*
254
		doins contrib/client-side/psvn/psvn.el*
254
		elisp-install ${PN}/compat contrib/client-side/vc-svn.el*
255
		doins contrib/client-side/vc-svn.el*
255
		touch "${D}${SITELISP}/${PN}/compat/.nosearch"
256
256
257
		elisp-site-file-install ${FILESDIR}/70svn-gentoo.el
257
		elisp-site-file-install ${FILESDIR}/70svn-gentoo.el
258
	fi
258
	fi

Return to bug 158891