summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/pkgcore-checks/files/pkgcore-checks-0.4-fix.patch')
-rw-r--r--dev-util/pkgcore-checks/files/pkgcore-checks-0.4-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-util/pkgcore-checks/files/pkgcore-checks-0.4-fix.patch b/dev-util/pkgcore-checks/files/pkgcore-checks-0.4-fix.patch
deleted file mode 100644
index 4254a43616bd..000000000000
--- a/dev-util/pkgcore-checks/files/pkgcore-checks-0.4-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-=== modified file 'pkgcore_checks/visibility.py'
---- pkgcore_checks/visibility.py 2007-04-05 18:41:54 +0000
-+++ pkgcore_checks/visibility.py 2007-07-07 22:56:25 +0000
-@@ -130,6 +130,8 @@
- nonexistant.add(node)
- self.query_cache[h] = ()
- self.profiles.global_insoluable.add(h)
-+ elif not self.query_cache[h]:
-+ nonexistant.add(node)
-
- if nonexistant:
- reporter.add_report(NonExistantDeps(pkg, attr, nonexistant))
-