Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH v2] emerge: fix --usepkg when ebuild is not available (bug 613360)
Date: Wed, 22 Mar 2017 09:01:42
Message-Id: CAMiTYSpeaGHDUSGB6xHtRGF-Y1aMAxy==aOumS-TDxNNyK0-cw@mail.gmail.com
In Reply to: Re: [gentoo-portage-dev] [PATCH v2] emerge: fix --usepkg when ebuild is not available (bug 613360) by Brian Dolbec
1 On Tue, Mar 21, 2017 at 4:21 PM, Brian Dolbec <dolsen@g.o> wrote:
2 > On Mon, 20 Mar 2017 18:22:40 -0700
3 > Zac Medico <zmedico@g.o> wrote:
4 >
5 >> Fix emerge --usepkg to use a binary package when the corresponding
6 >> ebuild is not available (and --use-ebuild-visibility is not enabled),
7 >> in cases when no other package is available to satisfy the dependency.
8 >> This reverts an unintended behavior change from commit
9 >> e309323f156528a8a79a1f755e1326e8880346b7.
10 >>
11 >> Fixes: e309323f1565 ("emerge: fix --use-ebuild-visibility to reject
12 >> binary packages (bug 612960)") X-Gentoo-bug: 613360
13 >> X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=613360
14 >> ---
15 >> [PATCH v2] moves the conditional logic earier, for more backward
16 >> compatiblity
17 >>
18 >> pym/_emerge/depgraph.py | 3 ++-
19 >> .../resolver/test_binary_pkg_ebuild_visibility.py | 26
20 >> ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1
21 >> deletion(-)
22 >>
23 >
24 > looks good
25
26 Thanks, merged:
27
28 https://gitweb.gentoo.org/proj/portage.git/commit/?id=82bfd91325b052a4c9250a04939641c15b3d2a20
29 --
30 Thanks,
31 Zac