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

(-)/usr/portage/dev-python/pygtk/pygtk-2.16.0-r1.ebuild (-3 lines)
Lines 37-45 Link Here
37
	# Fix declaration of codegen in .pc
37
	# Fix declaration of codegen in .pc
38
	epatch "${FILESDIR}/${PN}-2.13.0-fix-codegen-location.patch"
38
	epatch "${FILESDIR}/${PN}-2.13.0-fix-codegen-location.patch"
39
39
40
	# Fix a crash in gdk.color_from_hsv
41
	epatch "${FILESDIR}/${P}-gdkcolor-fix.patch"
42
43
	# Disable pyc compiling
40
	# Disable pyc compiling
44
	mv "${S}"/py-compile "${S}"/py-compile.orig
41
	mv "${S}"/py-compile "${S}"/py-compile.orig
45
	ln -s $(type -P true) "${S}"/py-compile
42
	ln -s $(type -P true) "${S}"/py-compile

Return to bug 328713