Hi Kent,
On Sat, 25 Aug 2018 01:23:06 +1200 Kent Fredric <ken...@gentoo.org> wrote: > On Tue, 21 Aug 2018 22:29:29 -0400 > Mike Gilbert <flop...@gentoo.org> wrote: > > > Setting RESTRICT="!test? ( test )" is generally sufficient. > > But that would require setting that virtually *everything* that has > both tests, and required dependencies for tests. Oh, 2012 just called. > Which, in my experience, is practically everything with tests. > > To the point it seems like that should be the *default* mechanic, not > a requirement that everyone pay not to have a randomly broken package. " [S]etting FEATUTES=-test USE=-test means rebuilding a lot of the installed packages. Instead, since USE=test is special already (it should only affect what happens in src_test(), right?) we might as well disable the test phase, tell the user in einfo, and be done with it. We could even write that to vdb so that on the next run, the package is re-emerged but with src_test() getting run properly this time. " https://bugs.gentoo.org/show_bug.cgi?id=417675 Kind regards, jer