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

Collapse All | Expand All

(-)/diger/gentoo-x86/net-print/libinklevel/libinklevel-0.8.0.ebuild (+7 lines)
Lines 4-9 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit autotools
8
7
MY_P="${P/_/}"
9
MY_P="${P/_/}"
8
DESCRIPTION="A library to get the ink level of your printer"
10
DESCRIPTION="A library to get the ink level of your printer"
9
HOMEPAGE="http://libinklevel.sourceforge.net/"
11
HOMEPAGE="http://libinklevel.sourceforge.net/"
Lines 19-24 Link Here
19
21
20
S="${WORKDIR}/${MY_P}"
22
S="${WORKDIR}/${MY_P}"
21
23
24
src_prepare() {
25
	epatch "${FILESDIR}"/${P}-automagicdebug.patch
26
	eautoreconf
27
}
28
22
src_configure() {
29
src_configure() {
23
	econf $(use_enable debug)
30
	econf $(use_enable debug)
24
}
31
}

Return to bug 302772