From: Zac Medico Date: Wed, 15 Feb 2012 00:04:34 +0000 (-0800) Subject: repoman: fix ebuild.badheader for bug #403705 X-Git-Tag: v2.2.0_alpha87~34 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2854a67644252fa1133f7f2720b1811b2c3f10fb;p=portage.git repoman: fix ebuild.badheader for bug #403705 --- 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: