From b51c531a4472dd36358e4f07656b43f9461eecf3 Mon Sep 17 00:00:00 2001 From: Jason Stubbs Date: Sat, 4 Feb 2006 03:38:49 +0000 Subject: Remove all bug references svn path=/main/trunk/; revision=2649 --- pym/portage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pym/portage.py') diff --git a/pym/portage.py b/pym/portage.py index c027bd236..9ab0a0891 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -4092,7 +4092,6 @@ class dbapi: if mycpv: mysplit = pkgsplit(mycpv) for x in self.match(mysplit[0],use_cache=0): - # fixed bug #41062 if x==mycpv: continue try: @@ -6374,7 +6373,7 @@ class dblink: zing="---" if self.settings["USERLAND"] == "Darwin" and myrealdest[-2:] == ".a": - # XXX kludge, bug #58848; can be killed when portage stops relying on + # XXX kludge, can be killed when portage stops relying on # md5+mtime, and uses refcounts # alright, we've fooled w/ mtime on the file; this pisses off static archives # basically internal mtime != file's mtime, so the linker (falsely) thinks -- cgit v1.2.3-1-g7c22