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

Collapse All | Expand All

(-)emerald-0.8.4-r1.ebuild (+1 lines)
Lines 29-34 Link Here
29
	>=sys-devel/gettext-0.15"
29
	>=sys-devel/gettext-0.15"
30
src_configure() {
30
src_configure() {
31
	epatch "${FILESDIR}/${P}-01-deprecated_GTK_OBJECT_TYPE_NAME.patch"
31
	epatch "${FILESDIR}/${P}-01-deprecated_GTK_OBJECT_TYPE_NAME.patch"
32
        epatch "${FILESDIR}/${P}-gtk_widget_get_visible.patch"
32
	econf --disable-mime-update || die "econf failed"
33
	econf --disable-mime-update || die "econf failed"
33
}
34
}
34
35

Return to bug 308791