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

bin/repoman

index cecf18e6508a08771c3b49be465f551ffa2b6d0f..fdd57f32cac6199a34d1e6170a9ac34c45d7ecb8 100755 (executable)
@@ -170,7 +170,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",