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 (-3 / +19 lines)
Lines 18-24 Link Here
18
LICENSE="GPL-2"
18
LICENSE="GPL-2"
19
SLOT="0"
19
SLOT="0"
20
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
20
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
21
IUSE="cjk cups debug gtk nls qt3 gnome"
21
IUSE="cjk cups debug gtk nls qt3 gnome html docbook"
22
22
23
RDEPEND="|| (
23
RDEPEND="|| (
24
		virtual/x11
24
		virtual/x11
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
34
	html? ( dev-tex/latex2html )
35
	dev-tex/dvipost
35
	dev-tex/dvipost
36
	media-gfx/imagemagick
36
	media-gfx/imagemagick
37
	cups? ( virtual/lpr )
37
	cups? ( virtual/lpr )
38
	app-text/sgmltools-lite
38
	docbook? ( app-text/sgmltools-lite )
39
	app-text/noweb
39
	app-text/noweb
40
	dev-tex/chktex"
40
	dev-tex/chktex"
41
41
Lines 175-178 Link Here
175
		einfo "on the 2nd head if not using qt (maybe due to a xforms bug). See bug #40392."
175
		einfo "on the 2nd head if not using qt (maybe due to a xforms bug). See bug #40392."
176
		einfo ""
176
		einfo ""
177
	fi
177
	fi
178
179
	if ! use html ; then
180
		einfo ""
181
		einfo "You disabled LaTeX to HTML conversion."
182
		einfo "To be able to convert LaTeX documents into HTML documents,"
183
		einfo "install dev-tex/latex2html and reconfigure LyX using the"
184
		einfo "Tools->Reconfigure menu, or recompile LyX with USE=html"
185
		einfo ""
186
	fi
187
188
	if ! use docbook ; then
189
		einfo "You disabled support for editing Docbook SGML documents."
190
		einfo "To enable support for Docbook SGML documents, install"
191
		einfo "app-text/sgmtools-lite and reconfigure LyX using the"
192
		einfo "Tools->Reconfigure menu, or recompile LyX with USE=docbook"
193
	fi
178
}
194
}

Return to bug 155446