[gentoo-portage-dev] [PATCH] AbstractPollTask._read_buf: read regardless of event flags (531724)

2014-12-26 Thread Zac Medico
PipeReaderPtyTestCase shows that data may be lost unless we attempt to read data for every poll event, regardless of the event flags. Therefore, always read, regardless of the event flags. This is safe to do because all consumers of this API use non-blocking mode and properly handle EAGAIN

[gentoo-portage-dev] [PATCH] man pages: note that make.conf can be a directory (463266)

2014-12-26 Thread Zac Medico
Commit 86e75790954e766beba75443d967b2c25055c5b0 added support for make.conf to be a directory, but the feature was undocumented. Therefore, update the man pages, as suggested in bug #465164, comment #9. Fixes 86e75790954e (make.conf: recurse directories, bug #463266) X-Gentoo-Bug: 463266

[gentoo-portage-dev] [PATCH] man/emerge.1: clarify --buildpkg-exclude wrt *-backup FEATURES (533036)

2014-12-26 Thread Zac Medico
The --buildpkg-exclude option does not affect downgrade-backup or unmerge-backup features, since having this option disable backups is not necessarily desirable. X-Gentoo-Bug: 533036 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=533036 --- man/emerge.1 | 4 +++- 1 file changed, 3

[gentoo-portage-dev] Re: [PATCH] man pages: note that make.conf can be a directory (463266)

2014-12-26 Thread Duncan
Zac Medico posted on Fri, 26 Dec 2014 14:01:47 -0800 as excerpted: Commit 86e75790954e766beba75443d967b2c25055c5b0 added support for make.conf to be a directory, but the feature was undocumented. Therefore, update the man pages, as suggested in bug #465164, comment #9. What about other apps

Re: [gentoo-portage-dev] Re: [PATCH] man pages: note that make.conf can be a directory (463266)

2014-12-26 Thread Zac Medico
On 12/26/2014 10:22 PM, Duncan wrote: Zac Medico posted on Fri, 26 Dec 2014 14:01:47 -0800 as excerpted: Commit 86e75790954e766beba75443d967b2c25055c5b0 added support for make.conf to be a directory, but the feature was undocumented. Therefore, update the man pages, as suggested in bug