Re: [gentoo-portage-dev] [PATCH] emerge: fix --use-ebuild-visibility to reject binary packages (bug 612960)

2017-03-18 Thread Zac Medico
On Sat, Mar 18, 2017 at 12:10 AM, Brian Dolbec wrote: > On Fri, 17 Mar 2017 20:48:22 -0700 > Zac Medico wrote: > >> Fix the --use-ebuild-visibility option to reject binary packages for >> which ebuilds are either masked or unavailable. The included test

Re: [gentoo-portage-dev] [PATCH] emerge: fix --use-ebuild-visibility to reject binary packages (bug 612960)

2017-03-18 Thread Brian Dolbec
On Fri, 17 Mar 2017 20:48:22 -0700 Zac Medico wrote: > Fix the --use-ebuild-visibility option to reject binary packages for > which ebuilds are either masked or unavailable. The included test case > fails with out this fix. > > X-Gentoo-bug: 612960 > X-Gentoo-bug-url:

[gentoo-portage-dev] [PATCH] emerge: fix --use-ebuild-visibility to reject binary packages (bug 612960)

2017-03-17 Thread Zac Medico
Fix the --use-ebuild-visibility option to reject binary packages for which ebuilds are either masked or unavailable. The included test case fails with out this fix. X-Gentoo-bug: 612960 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=612960 --- pym/_emerge/depgraph.py