From 39911c8cb671030beb012bbb9535521578968bda Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 7 Feb 2007 20:34:28 +0000 Subject: For backward compatibility with api consumers, _dep_check_strict behavior will be explicitly enabled as necessary. Thanks to Brian for reporting issues with porthole and equery. (trunk r5907) svn path=/main/branches/2.1.2/; revision=5911 --- pym/portage_dep.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/portage_dep.py b/pym/portage_dep.py index bf40452ac..0b89d9b3e 100644 --- a/pym/portage_dep.py +++ b/pym/portage_dep.py @@ -118,8 +118,9 @@ def paren_enclose(mylist): # This is just for use by emerge so that it can enable a backward compatibility # mode in order to gracefully deal with installed packages that have invalid -# atoms or dep syntax. -_dep_check_strict = True +# atoms or dep syntax. For backward compatibility with api consumers, strict +# behavior will be explicitly enabled as necessary. +_dep_check_strict = False def use_reduce(deparray, uselist=[], masklist=[], matchall=0, excludeall=[]): """ -- cgit v1.2.3-1-g7c22