diff options
author | 2006-03-10 23:46:58 +0000 | |
---|---|---|
committer | 2006-03-10 23:46:58 +0000 | |
commit | 68a9c5753ceb5f2d588e73404ec5c8744e49943f (patch) | |
tree | f53ce9be929dd6474f0b50523985e1dddfb8f7b6 /dev-python/pylint/files/pylint-0.10.0-extra-gtk-disable.patch | |
parent | Fix building with glibc-2.4 and newer. (diff) | |
download | historical-68a9c5753ceb5f2d588e73404ec5c8744e49943f.tar.gz historical-68a9c5753ceb5f2d588e73404ec5c8744e49943f.tar.bz2 historical-68a9c5753ceb5f2d588e73404ec5c8744e49943f.zip |
Depend on a bugfixed astng allowing more tests to pass.
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'dev-python/pylint/files/pylint-0.10.0-extra-gtk-disable.patch')
-rw-r--r-- | dev-python/pylint/files/pylint-0.10.0-extra-gtk-disable.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/pylint/files/pylint-0.10.0-extra-gtk-disable.patch b/dev-python/pylint/files/pylint-0.10.0-extra-gtk-disable.patch new file mode 100644 index 000000000000..6ebcd93ace20 --- /dev/null +++ b/dev-python/pylint/files/pylint-0.10.0-extra-gtk-disable.patch @@ -0,0 +1,10 @@ +=== modified file 'test/regrtest_data/pygtk_import.py' +--- test/regrtest_data/pygtk_import.py ++++ test/regrtest_data/pygtk_import.py +@@ -1,4 +1,4 @@ +-#pylint: disable-msg=R0903,R0904 ++#pylint: disable-msg=R0903,R0904,W0232 + """#10026""" + __revision__ = 1 + from gtk import VBox + |