From cf4a8d3da43c1f2bd5986bedcf22c76b1ad7fb9b Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Mon, 1 May 2006 18:34:37 +0000 Subject: allow escaping in elog_base() to fix bug 131913 svn path=/main/trunk/; revision=3294 --- bin/repoman | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/repoman') diff --git a/bin/repoman b/bin/repoman index a6bbd8fa2..e91169f29 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1074,10 +1074,10 @@ for x in scanlist: badlicsyntax = badlicsyntax > 0 badprovsyntax = badprovsyntax > 0 - if not baddepsyntax: - if x11_deprecation_check(" ".join([myaux["DEPEND"], myaux["RDEPEND"], myaux["PDEPEND"]])): - stats["usage.obsolete"] += 1 - fails["usage.obsolete"].append("%s/%s.ebuild: not migrated to modular X" % (x, y)) +# if not baddepsyntax: +# if x11_deprecation_check(" ".join([myaux["DEPEND"], myaux["RDEPEND"], myaux["PDEPEND"]])): +# stats["usage.obsolete"] += 1 +# fails["usage.obsolete"].append("%s/%s.ebuild: not migrated to modular X" % (x, y)) for keyword,arch,groups in arches: -- cgit v1.2.3-1-g7c22