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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- dev-cpp/tbb/tbb-4.0.297.ebuild
0
++ dev-cpp/tbb/tbb-4.0.297.ebuild
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.0.297.ebuild,v 1.3 2012/03/20 17:09:10 bicatali Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.0.297.ebuild,v 1.3 2012/03/20 17:09:10 bicatali Exp $
4
4
5
EAPI=4
5
EAPI=4
6
inherit eutils versionator toolchain-funcs
6
inherit eutils flag-o-matic versionator toolchain-funcs
7
7
8
# those 2 below change pretty much every release
8
# those 2 below change pretty much every release
9
# url number
9
# url number
Lines 78-83 Link Here
78
}
78
}
79
79
80
src_test() {
80
src_test() {
81
	# fix underlinking in test phase
82
	append-libs dl
83
81
	local ccconf="${myconf}"
84
	local ccconf="${myconf}"
82
	if use debug || use examples; then
85
	if use debug || use examples; then
83
		${ccconf}="${myconf} test_debug tbbmalloc_test_debug"
86
		${ccconf}="${myconf} test_debug tbbmalloc_test_debug"

Return to bug 418447