summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-01-12 00:19:19 +0000
committerZac Medico <zmedico@gentoo.org>2008-01-12 00:19:19 +0000
commitda8ce7d234c34683f75b8ba516d3c8090b88804b (patch)
tree76961bca8cff2b068a447b86a1a2d1c5a9df0efe
parentde63538848dbae4c455183d90f7c4b2ad13651ba (diff)
downloadportage-da8ce7d234c34683f75b8ba516d3c8090b88804b.tar.gz
portage-da8ce7d234c34683f75b8ba516d3c8090b88804b.tar.bz2
portage-da8ce7d234c34683f75b8ba516d3c8090b88804b.zip
Replace hardcoded value with max_desc_len. (trunk r9192)
svn path=/main/branches/2.1.2/; revision=9193
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index cecf18e65..fdd57f32c 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -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",