* [gentoo-commits] proj/portage:prefix commit in: pym/portage/tests/resolver/
@ 2018-05-25 19:32 Fabian Groffen
0 siblings, 0 replies; only message in thread
From: Fabian Groffen @ 2018-05-25 19:32 UTC (permalink / raw
To: gentoo-commits
commit: 17734d2bbf5d910affd6481137abe27512a996f0
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 19:31:26 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri May 25 19:31:26 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=17734d2b
ResolverPlayground: fix binpgk creation for Prefix
Set EPREFIX metadata properties for binpkgs, such that they are not
masked due to EPREFIX size mismatch.
pym/portage/tests/resolver/ResolverPlayground.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/pym/portage/tests/resolver/ResolverPlayground.py b/pym/portage/tests/resolver/ResolverPlayground.py
index e2e061669..165dd09a8 100644
--- a/pym/portage/tests/resolver/ResolverPlayground.py
+++ b/pym/portage/tests/resolver/ResolverPlayground.py
@@ -233,6 +233,7 @@ class ResolverPlayground(object):
metadata["repository"] = repo
metadata["CATEGORY"] = cat
metadata["PF"] = pf
+ metadata["EPREFIX"] = self.eprefix
repo_dir = self.pkgdir
category_dir = os.path.join(repo_dir, cat)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-05-25 19:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-25 19:32 [gentoo-commits] proj/portage:prefix commit in: pym/portage/tests/resolver/ Fabian Groffen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox