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

(-)a/avahi-0.8-r4.ebuild (-2 / +1 lines)
Lines 154-166 Link Here
154
	fi
154
	fi
155
155
156
	myconf+=( $(multilib_native_use_enable qt5) )
156
	myconf+=( $(multilib_native_use_enable qt5) )
157
157
	export DATADIRNAME=share
158
	econf "${myconf[@]}"
158
	econf "${myconf[@]}"
159
}
159
}
160
160
161
multilib_src_compile() {
161
multilib_src_compile() {
162
	emake
162
	emake
163
164
	multilib_is_native_abi && use doc && emake avahi.devhelp
163
	multilib_is_native_abi && use doc && emake avahi.devhelp
165
}
164
}

Return to bug 803200