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

Collapse All | Expand All

(-)nemiver-0.7.3.ebuild.orig (-1 / +6 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit gnome2
7
inherit eutils gnome2
8
8
9
DESCRIPTION="A gtkmm front end to the GNU Debugger (gdb)"
9
DESCRIPTION="A gtkmm front end to the GNU Debugger (gdb)"
10
HOMEPAGE="http://projects.gnome.org/nemiver/"
10
HOMEPAGE="http://projects.gnome.org/nemiver/"
Lines 43-45 Link Here
43
		--enable-gio
43
		--enable-gio
44
		--disable-static"
44
		--disable-static"
45
}
45
}
46
47
src_prepare() {
48
	epatch "${FILESDIR}"/${P}-gcc45.patch
49
	gnome2_src_prepare
50
}

Return to bug 319355