summaryrefslogtreecommitdiffstats
path: root/pym/portage_dep.py
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-12-25 10:49:40 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-12-25 10:49:40 +0000
commit4c195aad5572ccd11d585f9768834344acc9f908 (patch)
tree910a56608e52a42b1d29049057a628db8f721079 /pym/portage_dep.py
parent4a666b4e9bf3978ddcf64efe6f0829bfb276bf24 (diff)
downloadportage-4c195aad5572ccd11d585f9768834344acc9f908.tar.gz
portage-4c195aad5572ccd11d585f9768834344acc9f908.tar.bz2
portage-4c195aad5572ccd11d585f9768834344acc9f908.zip
Remove the now unnecessary USE="*" hack.
svn path=/main/trunk/; revision=2469
Diffstat (limited to 'pym/portage_dep.py')
-rw-r--r--pym/portage_dep.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pym/portage_dep.py b/pym/portage_dep.py
index 287366734..59a48185d 100644
--- a/pym/portage_dep.py
+++ b/pym/portage_dep.py
@@ -73,10 +73,6 @@ def use_reduce(deparray, uselist=[], masklist=[], matchall=0, excludeall=[]):
# Conditional with no target
raise portage_exception.InvalidDependString("INVALID "+deparray[x]+" DEPEND STRING: "+str(deparray))
- #XXX: Compatibility -- Still required?
- if ("*" in uselist):
- matchall=1
-
mydeparray = deparray[:]
rlist = []
while mydeparray: