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

Collapse All | Expand All

(-)a/dev-util/boost-build/boost-build-1.52.0-r1.ebuild (-3 / +5 lines)
Lines 5-11 Link Here
5
EAPI="5"
5
EAPI="5"
6
PYTHON_DEPEND="python? 2"
6
PYTHON_DEPEND="python? 2"
7
7
8
inherit eutils flag-o-matic python toolchain-funcs versionator
8
inherit eutils flag-o-matic python toolchain-funcs versionator multilib
9
9
10
MY_PV=$(replace_all_version_separators _)
10
MY_PV=$(replace_all_version_separators _)
11
11
Lines 88-94 src_compile() { Link Here
88
		toolset=cc
88
		toolset=cc
89
	fi
89
	fi
90
90
91
	CC=$(tc-getCC) ./build.sh ${toolset} -d+2 $(use_with python python "${EROOT}"/usr) || die "building bjam failed"
91
	CC=$(tc-getCC) ./build.sh ${toolset} -d+2 \
92
		$(use_with python python-include "${EROOT}"usr/include) \
93
		$(use_with python python-lib "${EROOT}"usr/$(get_libdir) ) \
94
		|| die "building bjam failed"
92
}
95
}
93
96
94
src_install() {
97
src_install() {
95
- 

Return to bug 505694