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

Collapse All | Expand All

(-)pygtk-0.6.11.ebuild (+5 lines)
Lines 18-21 Link Here
18
18
19
src_install() {
19
src_install() {
20
	einstall || die
20
	einstall || die
21
	if has_version ">=dev-python/pygtk-1"; then
22
		einfo "Preserving newer files..."
23
		cp -v /usr/lib/python2.*/site-packages/pygtk* \
24
			${D}/usr/lib/python2.*/site-packages/
25
	fi
21
}
26
}

Return to bug 35863