summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-05-01 18:34:37 +0000
committerSimon Stelling <blubb@gentoo.org>2006-05-01 18:34:37 +0000
commitcf4a8d3da43c1f2bd5986bedcf22c76b1ad7fb9b (patch)
treefcc31dde27d8fa323d448a4f790a261620c027cf /bin/repoman
parent7bea59f8a8f70be0ffdcd4b920f43ff15a9b550b (diff)
downloadportage-cf4a8d3da43c1f2bd5986bedcf22c76b1ad7fb9b.tar.gz
portage-cf4a8d3da43c1f2bd5986bedcf22c76b1ad7fb9b.tar.bz2
portage-cf4a8d3da43c1f2bd5986bedcf22c76b1ad7fb9b.zip
allow escaping in elog_base() to fix bug 131913
svn path=/main/trunk/; revision=3294
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman8
1 files changed, 4 insertions, 4 deletions
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: