diff options
Diffstat (limited to 'media-libs/quarter/quarter-1.0.0-r1.ebuild')
-rw-r--r-- | media-libs/quarter/quarter-1.0.0-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/quarter/quarter-1.0.0-r1.ebuild b/media-libs/quarter/quarter-1.0.0-r1.ebuild index 2d9375d7efb0..8fa15c8435f7 100644 --- a/media-libs/quarter/quarter-1.0.0-r1.ebuild +++ b/media-libs/quarter/quarter-1.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/quarter/quarter-1.0.0-r1.ebuild,v 1.2 2010/06/26 14:34:40 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/quarter/quarter-1.0.0-r1.ebuild,v 1.3 2010/09/06 01:11:38 reavertm Exp $ EAPI="2" @@ -37,6 +37,9 @@ PATCHES=( DOCS=(AUTHORS NEWS README) src_configure() { + # Bug 336008 + MAKEOPTS=-j1 + econf \ htmldir="${ROOT}usr/share/doc/${PF}/html" \ --enable-pkgconfig \ |