> --- gentoo-x86/eclass/fox.eclass 2008-10-12 14:31:36.000000000 +0200 > +++ fox-proposed.eclass 2008-10-13 20:27:05.000000000 +0200 > [...] > -inherit eutils libtool versionator > > +inherit autotools eutils libtool versionator
You should probably be setting WANT_AUTO* before inheriting autotools. > [...] > + if ( ! use doc ) && [ -d "${D}"/usr/share/doc/${PF}/html ] ; then Get rid of the pointless subshell. if use !doc && ... -- Bo Andresen
signature.asc
Description: This is a digitally signed message part.