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

Collapse All | Expand All

(-)pygtk-2.14.1.ebuild (-1 / +6 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.14.1.ebuild,v 1.6 2009/04/21 09:12:07 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.14.1.ebuild,v 1.6 2009/04/21 09:12:07 armin76 Exp $
4
4
5
inherit eutils flag-o-matic gnome.org python virtualx
5
inherit eutils flag-o-matic gnome.org python virtualx autotools
6
6
7
DESCRIPTION="GTK+2 bindings for Python"
7
DESCRIPTION="GTK+2 bindings for Python"
8
HOMEPAGE="http://www.pygtk.org/"
8
HOMEPAGE="http://www.pygtk.org/"
Lines 32-37 Link Here
32
32
33
	# Fix declaration of codegen in .pc
33
	# Fix declaration of codegen in .pc
34
	epatch "${FILESDIR}/${PN}-2.13.0-fix-codegen-location.patch"
34
	epatch "${FILESDIR}/${PN}-2.13.0-fix-codegen-location.patch"
35
	
36
	# Fix upstream bug #565593
37
	epatch "${FILESDIR}/remove-ltihooks.patch"
38
39
	AT_M4DIR="m4" eautoreconf
35
40
36
	# disable pyc compiling
41
	# disable pyc compiling
37
	mv "${S}"/py-compile "${S}"/py-compile.orig
42
	mv "${S}"/py-compile "${S}"/py-compile.orig

Return to bug 268315