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

Collapse All | Expand All

(-)/usr/portage/app-office/lyx/lyx-1.4.2.ebuild (-2 / +16 lines)
Lines 31-41 Link Here
31
	)
31
	)
32
	virtual/ghostscript
32
	virtual/ghostscript
33
	virtual/aspell-dict
33
	virtual/aspell-dict
34
	dev-tex/latex2html
35
	dev-tex/dvipost
34
	dev-tex/dvipost
36
	media-gfx/imagemagick
35
	media-gfx/imagemagick
37
	cups? ( virtual/lpr )
36
	cups? ( virtual/lpr )
38
	app-text/sgmltools-lite
39
	app-text/noweb
37
	app-text/noweb
40
	dev-tex/chktex"
38
	dev-tex/chktex"
41
39
Lines 175-178 Link Here
175
		einfo "on the 2nd head if not using qt (maybe due to a xforms bug). See bug #40392."
173
		einfo "on the 2nd head if not using qt (maybe due to a xforms bug). See bug #40392."
176
		einfo ""
174
		einfo ""
177
	fi
175
	fi
176
	
177
	if [[ -z "$(best_version dev-tex/latex2html)" ]] ; then
178
		einfo ""
179
		einfo "To be able to convert LaTeX documents into HTML documents,"
180
		einfo "install dev-tex/latex2html and reconfigure LyX using the"
181
		einfo "Tools->Reconfigure menu."
182
		einfo ""
183
	fi
184
	
185
	if [[ -z "$(best_version app-text/sgmltools-lite)" ]] ; then
186
		einfo ""
187
		einfo "To enable support for Docbook SGML documents, install"
188
		einfo "app-text/sgmltools-lite and reconfigure LyX using the"
189
		einfo "Tools->Reconfigure menu."
190
		einfo ""
191
	fi
178
}
192
}

Return to bug 155446