Re: [gentoo-user] How to update a system if some packages can't be updated

2017-03-07 Thread Dale
Alan McKinnon wrote: > On 07/03/2017 21:46, Dale wrote: >> Helmut Jarausch wrote: >>> Hi, >>> I have packages which can't be updated at the moment, e.g. >>> dev-python/numba doesn't work with llvm-4.0.0(_rc3) >>> But this makes >>> >>> emerge -uvp --tree --unordered-display --verbose-conflicts

Re: [gentoo-user] How to update a system if some packages can't be updated

2017-03-07 Thread Alan McKinnon
On 07/03/2017 21:46, Dale wrote: > Helmut Jarausch wrote: >> Hi, >> I have packages which can't be updated at the moment, e.g. >> dev-python/numba doesn't work with llvm-4.0.0(_rc3) >> But this makes >> >> emerge -uvp --tree --unordered-display --verbose-conflicts --deep >> --with-bdeps=y @world

Re: [gentoo-user] How to update a system if some packages can't be updated

2017-03-07 Thread Dale
Helmut Jarausch wrote: > Hi, > I have packages which can't be updated at the moment, e.g. > dev-python/numba doesn't work with llvm-4.0.0(_rc3) > But this makes > > emerge -uvp --tree --unordered-display --verbose-conflicts --deep > --with-bdeps=y @world > > fail. Is there any means to proceed

Re: [gentoo-user] How to update a system if some packages can't be updated

2017-03-07 Thread Neil Bothwick
On Tue, 07 Mar 2017 18:51:28 +0100, Helmut Jarausch wrote: > I have packages which can't be updated at the moment, e.g. > dev-python/numba doesn't work with llvm-4.0.0(_rc3) > But this makes > > emerge -uvp --tree --unordered-display --verbose-conflicts --deep > --with-bdeps=y @world > >