From 385a9e1028c4cb073167c52469d6019ba65fc53c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 27 Feb 2009 01:20:49 +0000 Subject: Loosen EMakeParallelDisabled.re so it can match more variations. svn path=/main/trunk/; revision=12719 --- pym/repoman/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 5fc1c1a93..a9e29d2be 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -319,7 +319,7 @@ class IUseUndefined(LineCheck): class EMakeParallelDisabled(LineCheck): """Check for emake -j1 calls which disable parallelization.""" repoman_check_name = 'upstream.workaround' - re = re.compile(r'^\s*emake\s+-j\s*1\s') + re = re.compile(r'^\s*emake\s+.*-j\s*1\b') error = errors.EMAKE_PARALLEL_DISABLED class EMakeParallelDisabledViaMAKEOPTS(LineCheck): -- cgit v1.2.3-1-g7c22