Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 311783
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
0
-- maintainer-helper-0.1.2.ebuild
0
++ maintainer-helper-0.1.2.ebuild
Lines 24-31 Link Here
24
24
25
pkg_postinst() {
25
pkg_postinst() {
26
	distutils_pkg_postinst
26
	distutils_pkg_postinst
27
	distutils_python_version
28
	elog "Currently gvim is hardcoded as editor, to change it, edit"
27
	elog "Currently gvim is hardcoded as editor, to change it, edit"
29
	elog "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/maintainer_helper/backend/tasks.py"
28
	elog "${ROOT%/}$(python_get_sitedir)/maintainer_helper/backend/tasks.py"
30
	elog "It will be a real setting in the next version"
29
	elog "It will be a real setting in the next version"
31
}
30
}

Return to bug 311783