commit: a5436eb581d92aebd3eb3535ed328a30bc4ac2a0
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 02:26:55 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 02:26:55 2017 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-bumpchecker.git/commit/?id=a5436eb5
gnome: add libgfbgraph reverse mapping as well
modules/gnome_module.py | 1 +
1 file changed, 1 insertion(+)
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",
}