summaryrefslogtreecommitdiffstats
path: root/whiteout.py
diff options
context:
space:
mode:
Diffstat (limited to 'whiteout.py')
-rw-r--r--whiteout.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/whiteout.py b/whiteout.py
index ee5ef7c17..aacffdbbf 100644
--- a/whiteout.py
+++ b/whiteout.py
@@ -82,7 +82,8 @@ whiteout="""
openoffice.org-libs>openoffice.org \
gtk+>gdk-pixbuf \
nautilus>nautilus-cd-burner \
- hicolor-icon-theme>gtk2
+ hicolor-icon-theme>gtk2 \
+ gtk2>scim-libs
"""
whitetup = map(lambda x: (x.split(">")[0], x.split(">")[1]), whiteout.split())