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

Collapse All | Expand All

(-)openoffice-3.0.0.ebuild (-2 / +7 lines)
Lines 203-212 Link Here
203
203
204
	if use kde; then
204
	if use kde; then
205
		ewarn " Please note that this version of OpenOffice.org will NOT build "
205
		ewarn " Please note that this version of OpenOffice.org will NOT build "
206
		ewarn " if you have KDE 4.1.x installed without kdeprefix. "
206
		ewarn " if you have kde-base/kdelibs or kde-base/kdepimlibs 4.1.x installed without kdeprefix. "
207
		ewarn " Until this is resolved, either disable the kde-use-flag or "
207
		ewarn " Until this is resolved, either disable the kde-use-flag or "
208
		ewarn " rebuild KDE with USE='kdeprefix'. "
208
		ewarn " rebuild KDE with USE='kdeprefix'. "
209
		ewarn
209
		if has_version kde-base/kdelibs:4.1; then
210
			built_with_use kde-base/kdelibs:4.1 kdeprefix || die "rebuild kde-4.1 with USE='kdeprefix'"
211
		fi
212
		if has_version kde-base/kdepimlibs:4.1; then
213
			built_with_use kde-base/kdepimlibs:4.1 kdeprefix || die "rebuild kde-4.1 with USE='kdeprefix'"
214
		fi
210
	fi
215
	fi
211
216
212
	if use nsplugin; then
217
	if use nsplugin; then

Return to bug 238539