[gentoo-dev] Packages up for grabs due to djc's retirement

2022-04-28 Thread Sam James
Packages up for grabs: app-text/pelican mail-filter/postsrsd www-apache/mod_wsgi signature.asc Description: Message signed with OpenPGP

[gentoo-dev] [PATCH] autotools.eclass: drop ROOT=/ in has_version call

2022-04-28 Thread Sam James
Noticed when doing a read-through of the eclass (which is how I noticed c8e74a7dfe477dea008548553141f083c5d03782 too). Forcing ROOT=/ is, at best, going to confuse matters, and at worst, do entirely the wrong thing. In EAPI 5 and 6, we had --host-root (which we use in the eclass), and in EAPI 7+,

[gentoo-dev] [PATCH v2] multiprocessing.eclass: Default makeopts_jobs to inf=nproc+1

2022-04-28 Thread Michał Górny
Change the default value for 'inf' argument to makeopts_jobs from 999 to $(get_nproc) + 1. This means that if MAKEOPTS specifies a `-j` argument without a specific value, nproc will be used rather than infinity-ish number of jobs. The old default made sense for ebuilds using both makeopts_jobs

Re: [gentoo-dev] [PATCH] multiprocessing.eclass: Default makeopts_jobs to inf=$(get_nproc)

2022-04-28 Thread Michał Górny
On Thu, 2022-04-28 at 12:59 +0200, Michał Górny wrote: > Change the default value for 'inf' argument to makeopts_jobs from 999 > to $(get_nproc). This means that if MAKEOPTS specifies a `-j` argument > without a specific value, nproc will be used rather than infinity-ish > number of jobs. > >

[gentoo-dev] [PATCH] multiprocessing.eclass: Default makeopts_jobs to inf=$(get_nproc)

2022-04-28 Thread Michał Górny
Change the default value for 'inf' argument to makeopts_jobs from 999 to $(get_nproc). This means that if MAKEOPTS specifies a `-j` argument without a specific value, nproc will be used rather than infinity-ish number of jobs. The old default made sense for ebuilds using both makeopts_jobs and