From ecefa1d9eb50e9b38d209d2b27d68625c1f8f61d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 8 Dec 2008 03:24:55 +0000 Subject: Bug #250212 - Add a new 'upstream.workaround' qa category, and use it for the EMakeParallelDisabled check. Thanks to Mike Auty for this patch. svn path=/main/trunk/; revision=12179 --- pym/repoman/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/repoman/errors.py') diff --git a/pym/repoman/errors.py b/pym/repoman/errors.py index 7c54cc13d..7f45bea21 100644 --- a/pym/repoman/errors.py +++ b/pym/repoman/errors.py @@ -13,5 +13,5 @@ MISSING_QUOTES_ERROR = 'Unquoted Variable on line: %d' NESTED_DIE_ERROR = 'Ebuild calls die in a subshell on line: %d' PATCHES_ERROR = 'PATCHES is not a bash array on line: %d' REDUNDANT_CD_S_ERROR = 'Ebuild has redundant cd ${S} statement on line: %d' -EMAKE_PARALLEL_DISABLED = 'Ebuild calls emake -j1 on line: %d' +EMAKE_PARALLEL_DISABLED = 'Upstream parallel compilation bug (ebuild calls emake -j1 on line: %d)' DEPRECATED_BINDNOW_FLAGS = 'Deprecated bindnow-flags call on line: %d' -- cgit v1.2.3-1-g7c22