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

(-)atk-2.8.0.ebuild.orig (-4 / +8 lines)
Lines 5-11 Link Here
5
EAPI="5"
5
EAPI="5"
6
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
7
7
8
inherit gnome2
8
inherit gnome2 multilib-minimal
9
9
10
DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
10
DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
11
HOMEPAGE="http://projects.gnome.org/accessibility/"
11
HOMEPAGE="http://projects.gnome.org/accessibility/"
Lines 16-22 Link Here
16
IUSE="+introspection nls test"
16
IUSE="+introspection nls test"
17
17
18
RDEPEND="
18
RDEPEND="
19
	>=dev-libs/glib-2.31.2:2
19
	>=dev-libs/glib-2.31.2:2[${MULTILIB_USEDEP}]
20
	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
20
	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
21
"
21
"
22
DEPEND="${RDEPEND}
22
DEPEND="${RDEPEND}
Lines 36-41 Link Here
36
	fi
36
	fi
37
}
37
}
38
38
39
src_configure() {
39
multilib_src_configure() {
40
	gnome2_src_configure $(use_enable introspection)
40
	ECONF_SOURCE="${S}"	\
41
	gnome2_src_configure \
42
		$(multilib_is_native_abi \
43
			&& use_enable introspection \
44
			|| echo --disable-introspection)
41
}
45
}

Return to bug 488608