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

(-)a/dev-libs/libical/libical-3.0.6.ebuild (-1 / +6 lines)
Lines 66-71 src_configure() { Link Here
66
		-DLIBICAL_BUILD_TESTING=$(usex test)
66
		-DLIBICAL_BUILD_TESTING=$(usex test)
67
		-DICAL_GLIB_VAPI=$(usex vala)
67
		-DICAL_GLIB_VAPI=$(usex vala)
68
	)
68
	)
69
	if use vala; then
70
		mycmakeargs+=(
71
			-DVALAC="${VALAC}"
72
			-DVAPIGEN="${VAPIGEN}"
73
		)
74
	fi
69
	cmake-utils_src_configure
75
	cmake-utils_src_configure
70
}
76
}
71
77
72
- 

Return to bug 694922