--- matplotlib-0.99.1.1-r2.ebuild.orig 2010-06-03 14:25:17.000000000 +0200 +++ matplotlib-0.99.1.1-r2.ebuild 2010-06-01 14:29:09.000000000 +0200 @@ -158,7 +158,7 @@ MATPLOTLIBDATA="${S}/lib/matplotlib/mpl-data" \ PYTHONPATH=$(ls -d "${S}"/build-$(PYTHON -f --ABI)/lib*) \ "$(PYTHON -f)" make.py --small all - [[ -e build/latex/Matplotlib.pdf ]] && die "doc generation failed" + [[ -e build/latex/Matplotlib.pdf ]] || die "doc generation failed" fi }