[pacman-dev] [PATCH 2/5] alpm/depcmp: new NODEPVERSION flag

2011-01-19 Thread Florian Pritz
From: Xavier Chantry This flag allows to disable version checking in dependency resolving code. depcmp_tolerant respects the NODEPVERSION flag but we still keep the original strict depcmp. The idea is to reduce the impact of the NODEPVERSION flag by using it in fewer places. I replaced almost a

Re: [pacman-dev] [PATCH 2/5] alpm/depcmp: new NODEPVERSION flag

2011-01-19 Thread Dan McGee
On Wed, Jan 19, 2011 at 11:13 AM, Florian Pritz wrote: > From: Xavier Chantry > > This flag allows to disable version checking in dependency resolving > code. > > depcmp_tolerant respects the NODEPVERSION flag but we still keep the > original strict depcmp. The idea is to reduce the impact of the

Re: [pacman-dev] [PATCH 2/5] alpm/depcmp: new NODEPVERSION flag

2011-01-19 Thread Xavier Chantry
On Wed, Jan 19, 2011 at 7:57 PM, Dan McGee wrote: > On Wed, Jan 19, 2011 at 11:13 AM, Florian Pritz wrote: >> From: Xavier Chantry >> >> This flag allows to disable version checking in dependency resolving >> code. >> >> depcmp_tolerant respects the NODEPVERSION flag but we still keep the >> ori