Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] emerge: fix --use-ebuild-visibility to reject binary packages (bug 612960)
Date: Sat, 18 Mar 2017 09:39:54
Message-Id: CAMiTYSo7HjxnLitW+V3etfSDeqa_87VbYMwbL5hnQ0tH7bB2Kg@mail.gmail.com
In Reply to: Re: [gentoo-portage-dev] [PATCH] emerge: fix --use-ebuild-visibility to reject binary packages (bug 612960) by Brian Dolbec
1 On Sat, Mar 18, 2017 at 12:10 AM, Brian Dolbec <dolsen@g.o> wrote:
2 > On Fri, 17 Mar 2017 20:48:22 -0700
3 > Zac Medico <zmedico@g.o> wrote:
4 >
5 >> Fix the --use-ebuild-visibility option to reject binary packages for
6 >> which ebuilds are either masked or unavailable. The included test case
7 >> fails with out this fix.
8 >>
9 >> X-Gentoo-bug: 612960
10 >> X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=612960
11 >> ---
12 >> pym/_emerge/depgraph.py | 32 +++++++-
13 >> .../resolver/test_binary_pkg_ebuild_visibility.py | 94
14 >> ++++++++++++++++++++++ 2 files changed, 123 insertions(+), 3
15 >> deletions(-) create mode 100644
16 >
17 > Looks fine
18
19 Thanks, pushed:
20
21 https://gitweb.gentoo.org/proj/portage.git/commit/?id=e309323f156528a8a79a1f755e1326e8880346b7
22
23 --
24 Thanks,
25 Zac