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

Collapse All | Expand All

(-)bug-buddy-2.24.2.ebuild (-1 / +6 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/gnome-extra/bug-buddy/bug-buddy-2.24.2.ebuild,v 1.10 2009/04/28 14:25:12 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bug-buddy/bug-buddy-2.24.2.ebuild,v 1.10 2009/04/28 14:25:12 armin76 Exp $
4
4
5
inherit gnome2
5
inherit gnome2 eutils
6
6
7
DESCRIPTION="A graphical bug reporting tool"
7
DESCRIPTION="A graphical bug reporting tool"
8
HOMEPAGE="http://www.gnome.org/"
8
HOMEPAGE="http://www.gnome.org/"
Lines 35-40 Link Here
35
35
36
DOCS="AUTHORS ChangeLog NEWS README TODO"
36
DOCS="AUTHORS ChangeLog NEWS README TODO"
37
37
38
src_unpack() {
39
	gnome2_src_unpack
40
	epatch "${FILESDIR}/bug-buddy-explicit-include.patch"
41
}
42
38
pkg_setup() {
43
pkg_setup() {
39
	G2CONF="${G2CONF} $(use_enable eds) --disable-scrollkeeper"
44
	G2CONF="${G2CONF} $(use_enable eds) --disable-scrollkeeper"
40
}
45
}

Return to bug 277826