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

Collapse All | Expand All

(-)uget-1.5.0.ebuild.orig (+7 lines)
Lines 4-9 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit eutils autotools
8
7
DESCRIPTION="Download manager using gtk+ and libcurl"
9
DESCRIPTION="Download manager using gtk+ and libcurl"
8
HOMEPAGE="http://urlget.sourceforge.net/"
10
HOMEPAGE="http://urlget.sourceforge.net/"
9
SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
11
SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
Lines 21-26 Link Here
21
	dev-util/pkgconfig
23
	dev-util/pkgconfig
22
	sys-devel/gettext"
24
	sys-devel/gettext"
23
25
26
src_prepare() {
27
	epatch "${FILESDIR}"/$P-as-needed.patch
28
	eautoreconf
29
}
30
24
src_configure() {
31
src_configure() {
25
	econf $(use_enable nls) || die "econf failed"
32
	econf $(use_enable nls) || die "econf failed"
26
}
33
}

Return to bug 299077