From d9f29fadbfaf654eee722af37b475bd7da0fa227 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 12 Dec 2008 21:20:17 +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. (trunk r12179) svn path=/main/branches/2.1.6/; revision=12215 --- bin/repoman | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/repoman') diff --git a/bin/repoman b/bin/repoman index da3e4fcdf..413971354 100755 --- a/bin/repoman +++ b/bin/repoman @@ -314,7 +314,8 @@ qahelp={ "virtual.versioned":"PROVIDE contains virtuals with versions", "virtual.exists":"PROVIDE contains existing package names", "virtual.unavailable":"PROVIDE contains a virtual which contains no profile default", - "usage.obsolete":"The ebuild makes use of an obsolete construct" + "usage.obsolete":"The ebuild makes use of an obsolete construct", + "upstream.workaround":"The ebuild works around an upstream bug, an upstream bug should be filed and tracked in bugs.gentoo.org" } qacats = qahelp.keys() @@ -350,6 +351,7 @@ qawarnings = set(( "virtual.exists", "virtual.unavailable", "usage.obsolete", +"upstream.workaround", "LIVEVCS.stable" )) -- cgit v1.2.3-1-g7c22