summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2006-04-01 00:13:27 +0000
committerLuis Medinas <metalgod@gentoo.org>2006-04-01 00:13:27 +0000
commitc33d2ea1b47db10e5ae770939e35e6f10cd05ed7 (patch)
tree3fb66d0d9c9c510e8ff2b1fb9381cff890931193 /media-sound/banshee
parentRun elibtoolize and add ~x86-fbsd keyword. (diff)
downloadgentoo-2-c33d2ea1b47db10e5ae770939e35e6f10cd05ed7.tar.gz
gentoo-2-c33d2ea1b47db10e5ae770939e35e6f10cd05ed7.tar.bz2
gentoo-2-c33d2ea1b47db10e5ae770939e35e6f10cd05ed7.zip
added addpredict to gnome2 dir and see if this is the right fix for bug #128289.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'media-sound/banshee')
-rw-r--r--media-sound/banshee/banshee-0.10.9-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/banshee/banshee-0.10.9-r1.ebuild b/media-sound/banshee/banshee-0.10.9-r1.ebuild
index 6eb9665fa335..bb51faa79d66 100644
--- a/media-sound/banshee/banshee-0.10.9-r1.ebuild
+++ b/media-sound/banshee/banshee-0.10.9-r1.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/banshee/banshee-0.10.9-r1.ebuild,v 1.1 2006/03/31 23:02:34 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-0.10.9-r1.ebuild,v 1.2 2006/04/01 00:13:27 metalgod Exp $
inherit eutils gnome2 mono
@@ -93,7 +93,8 @@ src_unpack() {
}
src_compile() {
- addpredict "/root/.gconf/"
+ addpredict "/root/.gnome2"
+ addpredict "/root/.gconf"
addpredict "/root/.gconfd"
gnome2_src_configure
emake -j1 || "make failed"