chutzpah 15/03/11 22:29:56 Added: nss-pam-ldapd-0.9.4-disable-py3-only-linters.patch Log: Revision bump, add "utils" USE flag to control installation of userspace utilities written in python. Use python-r1 eclass to install python code rather than the automake-based internal code. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path 1.1 sys-auth/nss-pam-ldapd/files/nss-pam-ldapd-0.9.4-disable-py3-only-linters.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/files/nss-pam-ldapd-0.9.4-disable-py3-only-linters.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/files/nss-pam-ldapd-0.9.4-disable-py3-only-linters.patch?rev=1.1&content-type=text/plain Index: nss-pam-ldapd-0.9.4-disable-py3-only-linters.patch =================================================================== diff --git a/tests/pylint.rc b/tests/pylint.rc index 7f0bc13..b66d018 100644 --- a/tests/pylint.rc +++ b/tests/pylint.rc @@ -19,7 +19,7 @@ enable= # can either give multiple identifier separated by comma (,) or put this option # multiple time (only on the command line, not in the configuration file where # it should appear only once). -disable=E1101 +disable=E1101,E1608,E1606,E1601 [REPORTS]
