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

(-)gobject-introspection-0.6.9.ebuild.old (-1 / +8 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-libs/gobject-introspection/gobject-introspection-0.6.9.ebuild,v 1.1 2010/03/19 14:15:08 nirbheek Exp $
3
# $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 $
4
4
5
EAPI="2"
5
EAPI=2
6
7
PYTHON_DEPEND="2"
8
RESTRICT_PYTHON_ABIS="3.*"
6
9
7
inherit python gnome2
10
inherit python gnome2
8
11
Lines 22-27 Link Here
22
	dev-util/pkgconfig
25
	dev-util/pkgconfig
23
	sys-devel/flex"
26
	sys-devel/flex"
24
27
28
pkg_setup() {
29
	python_set_active_version 2
30
}
31
25
src_prepare() {
32
src_prepare() {
26
	G2CONF="${G2CONF} --disable-static"
33
	G2CONF="${G2CONF} --disable-static"
27
34

Return to bug 312183