summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-03-21 03:58:57 +0200
committerMart Raudsepp <leio@gentoo.org>2017-03-21 03:58:57 +0200
commita98ad730424c974125bc8f19f2920d8ab457e29d (patch)
tree3f40ee9ecbc3332b59b47de42a1ab0fb77818b0a
parentgnome: Fix generation breaking typo in fallback codepath (diff)
downloadgentoo-bumpchecker-a98ad730424c974125bc8f19f2920d8ab457e29d.tar.gz
gentoo-bumpchecker-a98ad730424c974125bc8f19f2920d8ab457e29d.tar.bz2
gentoo-bumpchecker-a98ad730424c974125bc8f19f2920d8ab457e29d.zip
gnome: map gfbgraph to our libgfbgraph
-rw-r--r--modules/package_module.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/package_module.py b/modules/package_module.py
index e10e835..53e3018 100644
--- a/modules/package_module.py
+++ b/modules/package_module.py
@@ -10,6 +10,7 @@ import portage_module
class Package(object):
special_cases = {
"cantarell-fonts":"cantarell",
+ "gfbgraph":"libgfbgraph",
"GConf":"gnome-base/gconf",
"ORBit2":"orbit",
"libidl":"libIDL",