--- gobject-introspection-0.6.9.ebuild.old 2010-06-03 14:09:34.000000000 +0000 +++ gobject-introspection-0.6.9.ebuild 2010-06-03 14:23:15.000000000 +0000 @@ -2,7 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.6.9.ebuild,v 1.1 2010/03/19 14:15:08 nirbheek Exp $ -EAPI="2" +EAPI=2 + +PYTHON_DEPEND="2" +RESTRICT_PYTHON_ABIS="3.*" inherit python gnome2 @@ -22,6 +25,10 @@ dev-util/pkgconfig sys-devel/flex" +pkg_setup() { + python_set_active_version 2 +} + src_prepare() { G2CONF="${G2CONF} --disable-static"