Index: xmlto-0.0.18.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.18.ebuild,v retrieving revision 1.16 diff -u -B -r1.16 xmlto-0.0.18.ebuild --- xmlto-0.0.18.ebuild 16 Mar 2006 12:59:54 -0000 1.16 +++ xmlto-0.0.18.ebuild 24 May 2006 11:50:19 -0000 @@ -17,13 +17,18 @@ dev-libs/libxslt >=app-text/docbook-xsl-stylesheets-1.62.0-r1 ~app-text/docbook-xml-dtd-4.2 - sys-apps/util-linux" + || ( sys-apps/util-linux app-misc/getopt )" # tetex? ( >=app-text/passivetex-1.4 )" # Passivetex/xmltex need some sorting out src_compile() { - econf || die + local myconf + + has_version sys-apps/util-linux \ + || myconf="${myconf} --with-getopt=getopt-long" + + econf ${myconf} || die emake -j1 || die }