summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-12-12 21:20:17 +0000
committerZac Medico <zmedico@gentoo.org>2008-12-12 21:20:17 +0000
commitd9f29fadbfaf654eee722af37b475bd7da0fa227 (patch)
treec58181b5cbb249497c200ae6a54325d5e1e0b821 /bin/repoman
parent2cb768a077d369a63e885a637b16b4ee7f2f91cb (diff)
downloadportage-d9f29fadbfaf654eee722af37b475bd7da0fa227.tar.gz
portage-d9f29fadbfaf654eee722af37b475bd7da0fa227.tar.bz2
portage-d9f29fadbfaf654eee722af37b475bd7da0fa227.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. (trunk r12179) svn path=/main/branches/2.1.6/; revision=12215
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 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"
))