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

Collapse All | Expand All

(-)/usr/portage/dev-lang/python/python-3.1.2-r1.ebuild (+6 lines)
Lines 239-244 Link Here
239
239
240
	newinitd "${FILESDIR}/pydoc.init" pydoc-${SLOT}
240
	newinitd "${FILESDIR}/pydoc.init" pydoc-${SLOT}
241
	newconfd "${FILESDIR}/pydoc.conf" pydoc-${SLOT}
241
	newconfd "${FILESDIR}/pydoc.conf" pydoc-${SLOT}
242
243
	if use tk; then
244
		make_desktop_entry "idle${SLOT}" "idle${SLOT}" \
245
		"$(python_get_libdir)/idlelib/Icons/python.gif" \
246
		"Development"
247
	fi
242
}
248
}
243
249
244
pkg_preinst() {
250
pkg_preinst() {

Return to bug 313201