diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-03-21 04:26:55 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-03-21 04:26:55 +0200 |
commit | a5436eb581d92aebd3eb3535ed328a30bc4ac2a0 (patch) | |
tree | a1616c4ab8e71081bb32e37246e1e63a0948b954 | |
parent | gnome: map gfbgraph to our libgfbgraph (diff) | |
download | gentoo-bumpchecker-a5436eb581d92aebd3eb3535ed328a30bc4ac2a0.tar.gz gentoo-bumpchecker-a5436eb581d92aebd3eb3535ed328a30bc4ac2a0.tar.bz2 gentoo-bumpchecker-a5436eb581d92aebd3eb3535ed328a30bc4ac2a0.zip |
gnome: add libgfbgraph reverse mapping as well
-rw-r--r-- | modules/gnome_module.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gnome_module.py b/modules/gnome_module.py index aaf5b5c..7f162dd 100644 --- a/modules/gnome_module.py +++ b/modules/gnome_module.py @@ -22,6 +22,7 @@ DEBUG = False # TODO: So this reverses it back again for the modules we care for this until a proper fix name_mapping = { "cantarell": "cantarell-fonts", + "libgfbgraph": "gfbgraph", "nm-applet": "network-manager-applet", "networkmanager": "NetworkManager", } |