Sent from an iPhone, sorry for the HTML... On Sep 19, 2015, at 8:31 AM, Vadim A. Misbakh-Soloviov <[email protected]> wrote:
>> So, if an arch developer tests the package(s) on one architecture, he is >> allowed to stabilize/keyword for all. > > And how about the >> some arches rquires additional tests during stabilization, like so: mips*, > arm*, and some more exotic ones > definition in developer manuals? :) > > -- > Best regards, > mva The ALLARCHES keyword is meant for stuff that is essentially platform-agnostic. Python code shouldn't act any different on arm than arm64 than amd64. Using that keyword on something like ffmpeg would be a bad use of the keyword.
