--- /usr/portage/app-office/lyx/lyx-1.4.2.ebuild 2006-10-16 16:35:28.000000000 +1000 +++ lyx-1.4.2-r2.ebuild 2006-11-17 08:03:03.000000000 +1100 @@ -31,11 +31,9 @@ ) virtual/ghostscript virtual/aspell-dict - dev-tex/latex2html dev-tex/dvipost media-gfx/imagemagick cups? ( virtual/lpr ) - app-text/sgmltools-lite app-text/noweb dev-tex/chktex" @@ -175,4 +173,20 @@ einfo "on the 2nd head if not using qt (maybe due to a xforms bug). See bug #40392." einfo "" fi + + if [[ -z "$(best_version dev-tex/latex2html)" ]] ; then + einfo "" + einfo "To be able to convert LaTeX documents into HTML documents," + einfo "install dev-tex/latex2html and reconfigure LyX using the" + einfo "Tools->Reconfigure menu." + einfo "" + fi + + if [[ -z "$(best_version app-text/sgmltools-lite)" ]] ; then + einfo "" + einfo "To enable support for Docbook SGML documents, install" + einfo "app-text/sgmltools-lite and reconfigure LyX using the" + einfo "Tools->Reconfigure menu." + einfo "" + fi }