diff options
Diffstat (limited to 'dev-python/pygobject/pygobject-2.18.0.ebuild')
-rw-r--r-- | dev-python/pygobject/pygobject-2.18.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/pygobject/pygobject-2.18.0.ebuild b/dev-python/pygobject/pygobject-2.18.0.ebuild index 5e7ad210c9cd..a243f64af64c 100644 --- a/dev-python/pygobject/pygobject-2.18.0.ebuild +++ b/dev-python/pygobject/pygobject-2.18.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.18.0.ebuild,v 1.7 2009/08/09 13:07:20 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.18.0.ebuild,v 1.8 2009/08/09 22:15:34 eva Exp $ inherit autotools gnome2 python virtualx @@ -36,8 +36,12 @@ src_unpack() { # Fix FHS compliance, see upstream bug #535524 epatch "${FILESDIR}/${PN}-2.15.4-fix-codegen-location.patch" + # Do not build tests if unneeded, bug #226345 epatch "${FILESDIR}"/${P}-make_check.patch + # Do not install files twice, bug #279813 + epatch "${FILESDIR}/${P}-automake111.patch" + # needed to build on a libtool-1 system, bug #255542 rm m4/lt* m4/libtool.m4 ltmain.sh |