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

Collapse All | Expand All

(-)tasks-0.16.ebuild.orig (-1 / +6 lines)
Lines 5-11 Link Here
5
EAPI="2"
5
EAPI="2"
6
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
7
7
8
inherit eutils gnome2
8
inherit eutils gnome2 autotools
9
9
10
DESCRIPTION="A small, lightweight to-do list for Gnome"
10
DESCRIPTION="A small, lightweight to-do list for Gnome"
11
HOMEPAGE="http://pimlico-project.org/tasks.html"
11
HOMEPAGE="http://pimlico-project.org/tasks.html"
Lines 31-33 Link Here
31
pkg_setup() {
31
pkg_setup() {
32
	G2CONF="${G2CONF} --with-unique --enable-gtk"
32
	G2CONF="${G2CONF} --with-unique --enable-gtk"
33
}
33
}
34
35
src_prepare() {
36
	epatch "${FILESDIR}/${P}-as-needed.patch"
37
	eautoreconf
38
}

Return to bug 294878