summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2006-03-10 23:46:58 +0000
committerMarien Zwart <marienz@gentoo.org>2006-03-10 23:46:58 +0000
commit68a9c5753ceb5f2d588e73404ec5c8744e49943f (patch)
treef53ce9be929dd6474f0b50523985e1dddfb8f7b6 /dev-python/pylint/files/pylint-0.10.0-extra-gtk-disable.patch
parentFix building with glibc-2.4 and newer. (diff)
downloadhistorical-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.patch10
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
+