aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-02-14 16:04:34 -0800
committerZac Medico <zmedico@gentoo.org>2012-02-14 16:04:34 -0800
commit2854a67644252fa1133f7f2720b1811b2c3f10fb (patch)
tree4322e707622b1b802b8d86d4fef4e41023d5cb77
parentSubProcess._wait: add debug code for bug #403697 (diff)
downloadportage-2854a67644252fa1133f7f2720b1811b2c3f10fb.tar.gz
portage-2854a67644252fa1133f7f2720b1811b2c3f10fb.tar.bz2
portage-2854a67644252fa1133f7f2720b1811b2c3f10fb.zip
repoman: fix ebuild.badheader for bug #403705
-rw-r--r--pym/repoman/checks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py
index 80f994cef..50c017af2 100644
--- a/pym/repoman/checks.py
+++ b/pym/repoman/checks.py
@@ -77,6 +77,7 @@ class EbuildHeader(LineCheck):
# gentoo_license = re.compile(r'^# Distributed under the terms of the GNU General Public License v2$')
gentoo_license = '# Distributed under the terms of the GNU General Public License v2'
cvs_header = re.compile(r'^# \$Header: .*\$$')
+ ignore_comment = False
def new(self, pkg):
if pkg.mtime is None: