diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2006-07-08 17:31:37 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2006-07-08 17:31:37 +0000 |
commit | 3374b6e95cdbd9d71320ec2a5fc942c307d2f2ce (patch) | |
tree | ee8443227b36698d66e419ed43d2e460f3a31c7a /media-sound/sound-juicer | |
parent | FreeType 2.2 compatibility, and some other fixes. (diff) | |
download | gentoo-2-3374b6e95cdbd9d71320ec2a5fc942c307d2f2ce.tar.gz gentoo-2-3374b6e95cdbd9d71320ec2a5fc942c307d2f2ce.tar.bz2 gentoo-2-3374b6e95cdbd9d71320ec2a5fc942c307d2f2ce.zip |
set makeopts -j2 to avoid File is corrupt errors.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'media-sound/sound-juicer')
-rw-r--r-- | media-sound/sound-juicer/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/sound-juicer/sound-juicer-2.14.4.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/media-sound/sound-juicer/ChangeLog b/media-sound/sound-juicer/ChangeLog index 21accabfe5f1..66ef78c50c4f 100644 --- a/media-sound/sound-juicer/ChangeLog +++ b/media-sound/sound-juicer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/sound-juicer # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.78 2006/07/01 20:43:40 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.79 2006/07/08 17:31:37 allanonjl Exp $ + + 08 Jul 2006; John N. Laliberte <allanonjl@gentoo.org> + sound-juicer-2.14.4.ebuild: + set makeopts -j2 to avoid File is corrupt errors. 01 Jul 2006; Daniel Gryniewicz <dang@gentoo.org> sound-juicer-2.14.4.ebuild: diff --git a/media-sound/sound-juicer/sound-juicer-2.14.4.ebuild b/media-sound/sound-juicer/sound-juicer-2.14.4.ebuild index 2843c6f80cd8..bd1355259db6 100644 --- a/media-sound/sound-juicer/sound-juicer-2.14.4.ebuild +++ b/media-sound/sound-juicer/sound-juicer-2.14.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.14.4.ebuild,v 1.2 2006/07/01 20:43:40 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.14.4.ebuild,v 1.3 2006/07/08 17:31:37 allanonjl Exp $ inherit gnome2 eutils @@ -41,6 +41,8 @@ DOCS="AUTHORS ChangeLog NEWS README TODO" # needed to get around some sandboxing checks export GST_INSPECT=/bin/true +MAKEOPTS="${MAKEOPTS} -j2" + pkg_setup() { G2CONF="${G2CONF}--disable-scrollkeeper" } |