Index: xmlto-0.0.15.ebuild =================================================================== RCS file: /home/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.15.ebuild,v retrieving revision 1.6 diff -u -b -B -r1.6 xmlto-0.0.15.ebuild --- xmlto-0.0.15.ebuild 26 Oct 2003 10:35:30 -0000 1.6 +++ xmlto-0.0.15.ebuild 10 Nov 2003 17:53:51 -0000 @@ -23,13 +23,16 @@ unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-head-fix.patch + epatch ${FILESDIR}/${P}-skip-validation.patch } src_compile() { econf || die - emake || die + + # Makefile is definitely not parallel-safe (10 Nov 2003 agriffis) + emake -j1 || die }