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

(-)qutim-0.2.0-r1.ebuild.orig (-1 / +1 lines)
Lines 47-53 Link Here
47
src_compile() {
47
src_compile() {
48
	# build main executable
48
	# build main executable
49
	cmake-utils_src_compile
49
	cmake-utils_src_compile
50
	local found=0
50
	found=0
51
	# build protocol support
51
	# build protocol support
52
	if use jabber; then
52
	if use jabber; then
53
		found=1
53
		found=1

Return to bug 295533