Replace hardcoded value with max_desc_len.
authorZac Medico <zmedico@gentoo.org>
Sat, 12 Jan 2008 00:18:44 +0000 (00:18 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 12 Jan 2008 00:18:44 +0000 (00:18 -0000)
svn path=/main/trunk/; revision=9192

bin/repoman

index 675cc847b05f0c37cd9a547ba6e0803703cfbde0..6e0b82b7d8e159b7e6b93473528cf83efa674188 100755 (executable)
@@ -261,7 +261,7 @@ qahelp={
        "KEYWORDS.stupid":"Ebuilds that use KEYWORDS=-* instead of package.mask", 
        "LICENSE.missing":"Ebuilds that have a missing or empty LICENSE variable",
        "DESCRIPTION.missing":"Ebuilds that have a missing or empty DESCRIPTION variable",
-       "DESCRIPTION.toolong":"DESCRIPTION is over 100 characters",
+       "DESCRIPTION.toolong":"DESCRIPTION is over %d characters" % max_desc_len,
        "EAPI.unsupported":"Ebuilds that have an unsupported EAPI version (you must upgrade portage)",
        "SLOT.missing":"Ebuilds that have a missing or empty SLOT variable",
        "HOMEPAGE.missing":"Ebuilds that have a missing or empty HOMEPAGE variable",