diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-26 08:22:18 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-26 08:28:56 +0530 |
commit | ee2b53a81550f50f4d3cdb5c2a9d8dccf147ca70 (patch) | |
tree | bd307a991e8c699ac42ed4aec344aca927a6fce8 | |
parent | Fix the stable detection to really work. (diff) | |
download | gentoo-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.py | 1 |
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", |