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

Collapse All | Expand All

(-)libpst-0.6.41.ebuild.orig (-1 / +7 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit eutils toolchain-funcs
7
inherit eutils toolchain-funcs autotools
8
8
9
DESCRIPTION="Tools and library for reading Outlook files (.pst format)"
9
DESCRIPTION="Tools and library for reading Outlook files (.pst format)"
10
HOMEPAGE="http://www.five-ten-sg.com/libpst/"
10
HOMEPAGE="http://www.five-ten-sg.com/libpst/"
Lines 19-26 Link Here
19
DEPEND="virtual/libiconv
19
DEPEND="virtual/libiconv
20
	dii? ( media-libs/gd[png] )
20
	dii? ( media-libs/gd[png] )
21
	python? ( >=dev-libs/boost-1.35.0-r5[python] )
21
	python? ( >=dev-libs/boost-1.35.0-r5[python] )
22
	sys-devel/automake:1.10
22
	${RDEPEND}"
23
	${RDEPEND}"
23
24
25
src_prepare() {
26
	epatch "${FILESDIR}/$P-as-needed.patch"
27
	eautoreconf
28
}
29
24
src_configure() {
30
src_configure() {
25
	econf \
31
	econf \
26
		$(use_enable debug pst-debug) \
32
		$(use_enable debug pst-debug) \

Return to bug 277145