Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorDavid Farning <dfarning@dextrose.sugarlabs.org>2010-08-09 15:54:59 (GMT)
committer David Farning <dfarning@dextrose.sugarlabs.org>2010-08-09 15:54:59 (GMT)
commitcddea64fe0954409dffc7472e5298896e4d92ff2 (patch)
treeef14d78019f4571cbabcfe7f7e9ad4501cb385cf /modules
parente8e8a7ec761efddf2694718445799ca31073fba0 (diff)
Add explict exclusion to GConf2-dbus to prevent conflict with GConf.
Diffstat (limited to 'modules')
-rw-r--r--modules/repos/ksmain.50.repos.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/repos/ksmain.50.repos.py b/modules/repos/ksmain.50.repos.py
index 11b13cf..0ea3f5e 100644
--- a/modules/repos/ksmain.50.repos.py
+++ b/modules/repos/ksmain.50.repos.py
@@ -68,6 +68,9 @@ if fedora is not None:
# generate repo lines including excludes
excludepkgs = list(excludepkgs)
+
+excludepkgs.append("GConf2-dbus")
+
excludepkgs.sort()
for key, value in repos.iteritems():
sys.stdout.write("repo --name=%s " % key)