summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-11-16 00:34:15 +0000
committerZac Medico <zmedico@gentoo.org>2009-11-16 00:34:15 +0000
commitc2718b681824e82119393aa61316250b5b1e32f9 (patch)
tree2ae1377e0d4603cee413cd8a13b82cdcad907d44 /bin
parentcc123ba4e48a7a5367210fdc7421f81a73465a14 (diff)
downloadportage-c2718b681824e82119393aa61316250b5b1e32f9.tar.gz
portage-c2718b681824e82119393aa61316250b5b1e32f9.tar.bz2
portage-c2718b681824e82119393aa61316250b5b1e32f9.zip
Bug #292820 - Make the Package constructor handle invalid SLOT values.
(trunk r14819) svn path=/main/branches/2.1.7/; revision=14837
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman
index 80e7a97df..79c55e447 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -283,6 +283,7 @@ qahelp={
"EAPI.definition":"EAPI is defined after an inherit call (must be defined before)",
"EAPI.incompatible":"Ebuilds that use features that are only available with a different EAPI",
"EAPI.unsupported":"Ebuilds that have an unsupported EAPI version (you must upgrade portage)",
+ "SLOT.invalid":"Ebuilds that have an invalid SLOT variable value",
"SLOT.missing":"Ebuilds that have a missing or empty SLOT variable",
"HOMEPAGE.missing":"Ebuilds that have a missing or empty HOMEPAGE variable",
"DEPEND.bad":"User-visible ebuilds with bad DEPEND settings (matched against *visible* ebuilds)",