From 2854a67644252fa1133f7f2720b1811b2c3f10fb Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 14 Feb 2012 16:04:34 -0800 Subject: repoman: fix ebuild.badheader for bug #403705 --- pym/repoman/checks.py | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3-18-g5258