diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-05-29 19:00:04 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-05-29 19:00:04 +0000 |
commit | ac5a7bb7c05e2a2d1acb6311a92a8c930de9a64c (patch) | |
tree | e4b89aef286b24499be69e17df90fd4a0caff433 | |
parent | 24ef47a7da523d4c3a307122763af8c3c6a13e55 (diff) | |
download | portage-ac5a7bb7c05e2a2d1acb6311a92a8c930de9a64c.tar.gz portage-ac5a7bb7c05e2a2d1acb6311a92a8c930de9a64c.tar.bz2 portage-ac5a7bb7c05e2a2d1acb6311a92a8c930de9a64c.zip |
everybody hates repoman failing on modular X, so make it a warning
svn path=/main/trunk/; revision=3439
-rwxr-xr-x | bin/repoman | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman index 83e8675fe..5be86fdb6 100755 --- a/bin/repoman +++ b/bin/repoman @@ -192,7 +192,8 @@ qawarnings=[ "metadata.bad", "virtual.versioned", "virtual.exists", -"virtual.unavailable" +"virtual.unavailable", +"usage.obsolete" ] missingvars=["KEYWORDS","LICENSE","DESCRIPTION","HOMEPAGE","SLOT"] |