View | Details | Raw Unified
Collapse All | Expand All

(-) xmlto-0.0.18.ebuild (-2 / +7 lines)
 Lines 17-29    Link Here 
	dev-libs/libxslt
	dev-libs/libxslt
	>=app-text/docbook-xsl-stylesheets-1.62.0-r1
	>=app-text/docbook-xsl-stylesheets-1.62.0-r1
	~app-text/docbook-xml-dtd-4.2
	~app-text/docbook-xml-dtd-4.2
	sys-apps/util-linux"
	|| ( sys-apps/util-linux app-misc/getopt )"
#	tetex? ( >=app-text/passivetex-1.4 )"
#	tetex? ( >=app-text/passivetex-1.4 )"
# Passivetex/xmltex need some sorting out <obz@gentoo.org>
# Passivetex/xmltex need some sorting out <obz@gentoo.org>
src_compile() {
src_compile() {
	econf || die
	local myconf
	has_version sys-apps/util-linux \
		|| myconf="${myconf} --with-getopt=getopt-long"
	econf ${myconf} || die
	emake -j1 || die
	emake -j1 || die
}
}