diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-07-01 20:43:40 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-07-01 20:43:40 +0000 |
commit | beec9c293f60132a65a7cd02a19b49d14882dd83 (patch) | |
tree | b8ee0815cad7ecac1eb25344e766f4526e01434f /media-sound/sound-juicer | |
parent | Add multilib intelligence for removing .la files for drivers and modules. (diff) | |
download | gentoo-2-beec9c293f60132a65a7cd02a19b49d14882dd83.tar.gz gentoo-2-beec9c293f60132a65a7cd02a19b49d14882dd83.tar.bz2 gentoo-2-beec9c293f60132a65a7cd02a19b49d14882dd83.zip |
Fix parallel builds. Bug #138729
(Portage version: 2.1.1_pre1-r5)
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, 7 insertions, 3 deletions
diff --git a/media-sound/sound-juicer/ChangeLog b/media-sound/sound-juicer/ChangeLog index 9854b673cc25..21accabfe5f1 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.77 2006/06/30 20:03:28 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.78 2006/07/01 20:43:40 dang Exp $ + + 01 Jul 2006; Daniel Gryniewicz <dang@gentoo.org> + sound-juicer-2.14.4.ebuild: + Fix parallel builds. Bug #138729 *sound-juicer-2.14.4 (30 Jun 2006) 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 f0215b787f66..2843c6f80cd8 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.1 2006/06/30 20:03:28 dang Exp $ +# $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 $ inherit gnome2 eutils @@ -31,7 +31,7 @@ RDEPEND=">=dev-libs/glib-2 flac? ( >=media-plugins/gst-plugins-flac-0.10 )" DEPEND="${RDEPEND} - app-text/gnome-doc-utils + >=app-text/gnome-doc-utils-0.6.1 >=dev-util/intltool-0.28 >=app-text/scrollkeeper-0.3.5 >=dev-util/pkgconfig-0.9" |