On Fri, Feb 14, 2014 at 12:31 PM, Sebastian Luther <SebastianLuther@gmx.de> wrote:
Am 14.02.2014 18:31, schrieb David James:
> The --newrepo flag tells emerge to recompile a package if it is now being
> pulled from a different repository.
>
> BUG=chromium:200417
> TEST=Verify ebuilds get pulled in when repo changes.
> ---
>  man/emerge.1                          |  5 +++
>  pym/_emerge/create_depgraph_params.py |  1 +
>  pym/_emerge/depgraph.py               | 80
> ++++++++++++++++++-----------------

Do you have this patch in some public repo to pull from? I just can't
manage to get it out of the mail with thunderbird...

For now one thing:
Please add some tests.

Uploaded here: https://chromium-review.googlesource.com/#/c/186651/

You should be able to cherry-pick using this command:
  git fetch https://chromium.googlesource.com/chromiumos/third_party/portage_tool refs/changes/51/186651/1 && git cherry-pick FETCH_HEAD

I haven't added automated tests yet.

Cheers,

David