On 01/23/2015 05:38 PM, Michał Górny wrote: > > 3. Put it in an ebuild, after all. This will add a lot of complexity > but GPG comes for free, plus some people will actually test > and stabilize it. >
I do. It seems like a lot of work, but we can test and quick-stable it. Thank you. >> If what you really want them to do is prepend PORTDIR="..." before the >> wget command, then why give them the wget command without it? Or if the >> environment variable needs to be set and then exported, why not just say >> that? The news items go out to tens of thousands of people so the more >> explicit the instructions are, the better. Because then people won't bug >> you about all the ways in which they misinterpreted the instructions. > > People usually won't need to do that. Unless they do something stupid > like switching to a Python interpreter they disabled in the eclass... > It's not my fault this time. Remember when python-3.4 went stable for a minute and this news item went out? Python 3.4 is now enabled by default, replacing Python 3.3 as the default Python 3 interpreter. ... Once the changes have taken place, a world update should take care of reinstalling any python libraries you have installed. You should also switch your default python3 interpreter using eselect python. For example: eselect python set --python3 python3.4 A few hours later, PYTHON_TARGETS was reverted, and no news item went out telling me to undo the eselect.