Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 231027
Collapse All | Expand All

(-)/usr/portage/sci-biology/biopython/biopython-1.44.ebuild (-2 / +1 lines)
Lines 21-28 Link Here
21
src_unpack() {
21
src_unpack() {
22
	unpack ${A}
22
	unpack ${A}
23
	cd "${S}"
23
	cd "${S}"
24
	epatch "${FILESDIR}/${PN}-1.43-buildkdtree.patch"
24
	epatch "${FILESDIR}/$biopython-1.43-buildkdtree.patch"
25
	epatch "${FILESDIR}/${P}-sequtils-complement.patch"
26
	if use kdtree; then
25
	if use kdtree; then
27
		sed -i -e 's/USE_KDTREE = False/USE_KDTREE = True/' \
26
		sed -i -e 's/USE_KDTREE = False/USE_KDTREE = True/' \
28
				setup.py || die "Could not apply patch for KDTree support."
27
				setup.py || die "Could not apply patch for KDTree support."

Return to bug 231027