Re: [gentoo-portage-dev] [PATCH] config.environ: always strip slash from SYSROOT (bug 654600)

2018-05-03 Thread Brian Dolbec
On Wed, 2 May 2018 18:03:38 -0700 Zac Medico wrote: > Since SYSROOT=/ interacts badly with autotools.eclass (bug 654600), > and no EAPI expects SYSROOT to have a trailing slash, always strip > the trailing slash from SYSROOT. > > Bug: https://bugs.gentoo.org/654600 > Fixes:

[gentoo-portage-dev] [PATCH] depgraph.autounmask_breakage_detected: ignore REQUIRED_USE violations (bug 654782)

2018-05-03 Thread Zac Medico
When autounmask USE changes violate REQUIRED_USE, rather than recalculate with autounmask disabled, display the autounmask USE changes along with the REQUIRED_USE violation. Adjust unit tests to allow for the autounmask USE changes that were previously discarded. For the case reported in bug