Gentoo Archives: gentoo-portage-dev

From: Sebastian Luther <SebastianLuther@×××.de>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] Implement --newrepo flag.
Date: Mon, 17 Feb 2014 20:09:06
Message-Id: 53026C5E.4080107@gmx.de
In Reply to: [gentoo-portage-dev] [PATCH] Implement --newrepo flag. by David James
1 Am 17.02.2014 18:52, schrieb David James:
2 > @@ -96,6 +105,68 @@ class MultirepoTestCase(TestCase):
3 <snip>
4 > +
5 > + #--newrepo: pick ebuild if binpkg/ebuild have different repo
6 > + ResolverPlaygroundTestCase(
7 > + ["dev-libs/C"],
8 > + options = {"--usepkg": True, "--newrepo": True, "--selective": True},
9 > + success = True,
10 > + check_repo_names = True,
11 > + mergelist = ["dev-libs/C-1::repo1"]),
12
13 Why should it take the ebuild from the repo with lower priority?
14
15 I thought the intend was that the package should be reinstalled if it is
16 now pulled from a repo with higher priority than the repo from which the
17 installed package came.

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCH] Implement --newrepo flag. David James <davidjames@××××××.com>