[sys-apps/entropy] add another backported patch, revision bump

This commit is contained in:
Fabio Erculiani
2010-09-06 15:12:14 +02:00
parent e7a25fdf5b
commit 0ae2713258
3 changed files with 23 additions and 1 deletions
@@ -0,0 +1,20 @@
commit 3c5d0fb6845eee341ebdf7861b028c6e2c609ae8
Author: Fabio Erculiani <lxnay@sabayon.org>
Date: Mon Sep 6 15:09:10 2010 +0200
[entropy.client] remove debugging code
diff --git a/libraries/entropy/client/interfaces/dep.py b/libraries/entropy/client/interfaces/dep.py
index 0754f07..9e5ed2d 100644
--- a/libraries/entropy/client/interfaces/dep.py
+++ b/libraries/entropy/client/interfaces/dep.py
@@ -402,9 +402,6 @@ class CalculatorsMixin:
unsatisfied = set()
for dependency in dependencies:
- if dependency == "~x11-drivers/xf86-video-virtualbox-3.2.8":
- import pdb; pdb.set_trace()
-
if dependency in depcache:
# already analized ?
is_unsat = depcache[dependency]