summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-26 08:22:18 +0530
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-26 08:28:56 +0530
commitee2b53a81550f50f4d3cdb5c2a9d8dccf147ca70 (patch)
treebd307a991e8c699ac42ed4aec344aca927a6fce8
parentFix the stable detection to really work. (diff)
downloadgentoo-bumpchecker-ee2b53a81550f50f4d3cdb5c2a9d8dccf147ca70.tar.gz
gentoo-bumpchecker-ee2b53a81550f50f4d3cdb5c2a9d8dccf147ca70.tar.bz2
gentoo-bumpchecker-ee2b53a81550f50f4d3cdb5c2a9d8dccf147ca70.zip
Add cantarell to the package mapping list
-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 76fc1a0..5f3dd69 100644
--- a/modules/package_module.py
+++ b/modules/package_module.py
@@ -9,6 +9,7 @@ import portage_module
class Package(object):
special_cases = {
+ "cantarell-fonts":"cantarell",
"GConf":"gconf",
"ORBit2":"orbit",
"libidl":"libIDL",