diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-10-05 17:04:09 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-10-05 17:04:09 +0000 |
commit | a2c9cbd00a5551aa696574d23dd8ab8c85e5248c (patch) | |
tree | 0422d4da548db4adbd57245c7932c4956c6a6e10 | |
parent | fe6195eb8feec3c018b870f9b38441bcffe20664 (diff) | |
download | portage-a2c9cbd00a5551aa696574d23dd8ab8c85e5248c.tar.gz portage-a2c9cbd00a5551aa696574d23dd8ab8c85e5248c.tar.bz2 portage-a2c9cbd00a5551aa696574d23dd8ab8c85e5248c.zip |
Make HOMEPAGE.missing a warning since some packages become homeless even
though they still continue to work. Thanks to Robin H. Johnson <robbat2@g.o>
for the suggestion.
svn path=/main/trunk/; revision=11634
-rwxr-xr-x | bin/repoman | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman index e281284ca..02912a04e 100755 --- a/bin/repoman +++ b/bin/repoman @@ -338,6 +338,7 @@ qawarnings=[ "KEYWORDS.dropped", "KEYWORDS.stupid", "KEYWORDS.missing", +"HOMEPAGE.missing", "IUSE.undefined", "RDEPEND.suspect", "RESTRICT.invalid", |