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

Collapse All | Expand All

(-)tdb-1.2.9.ebuild (-1 / +6 lines)
Lines 5-11 Link Here
5
EAPI=3
5
EAPI=3
6
PYTHON_DEPEND="python? 2"
6
PYTHON_DEPEND="python? 2"
7
7
8
inherit waf-utils python
8
inherit eutils waf-utils python
9
9
10
DESCRIPTION="A simple database API"
10
DESCRIPTION="A simple database API"
11
HOMEPAGE="http://tdb.samba.org/"
11
HOMEPAGE="http://tdb.samba.org/"
Lines 29-34 Link Here
29
	fi
86
	fi
30
}
87
}
31
88
89
src_prepare() {
90
	cd "$(waf-utils_waflibdir)" || die "Unable to patch waflib."
91
	epatch "${FILESDIR}"/talloc-2.0.5-waf-multilib.patch
92
}
93
32
src_configure() {
94
src_configure() {
33
	local extra_opts=""
95
	local extra_opts=""
34
	use python || extra_opts+=" --disable-python"
96
	use python || extra_opts+=" --disable-python"

Return to bug 373273