summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-11-12 23:34:36 +0000
committerZac Medico <zmedico@gentoo.org>2009-11-12 23:34:36 +0000
commitc281261a8c23137d09c616e1fd5f08e20c78ab39 (patch)
tree768365f0ab90e95f01a55e285e3db86360c2b1a6 /bin
parentd01a91cbd8033b4dda59e404d005a8ea62eb4692 (diff)
downloadportage-c281261a8c23137d09c616e1fd5f08e20c78ab39.tar.gz
portage-c281261a8c23137d09c616e1fd5f08e20c78ab39.tar.bz2
portage-c281261a8c23137d09c616e1fd5f08e20c78ab39.zip
Bug #292820 - Make the Package constructor handle invalid SLOT values.
svn path=/main/trunk/; revision=14819
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman
index 74bbdab92..0df7c00ae 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)",