summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-12-08 03:24:55 +0000
committerZac Medico <zmedico@gentoo.org>2008-12-08 03:24:55 +0000
commitecefa1d9eb50e9b38d209d2b27d68625c1f8f61d (patch)
tree82a223e4784a6bba02a2c08b43691d07a8c7f0c8 /bin/repoman
parentBug #249586 - Use writemsg() to send output to stderr instead of stdout. (diff)
downloadportage-idfetch-ecefa1d9eb50e9b38d209d2b27d68625c1f8f61d.tar.gz
portage-idfetch-ecefa1d9eb50e9b38d209d2b27d68625c1f8f61d.tar.bz2
portage-idfetch-ecefa1d9eb50e9b38d209d2b27d68625c1f8f61d.zip
Bug #250212 - Add a new 'upstream.workaround' qa category, and use it for
the EMakeParallelDisabled check. Thanks to Mike Auty <ikelos@g.o> for this patch. svn path=/main/trunk/; revision=12179
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 9dc6ed6c..fc249250 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"
))