Re: [gentoo-dev] RFC: Setting default HOME_MODE in /etc/login.defs

2024-02-13 Thread Daniel Simionato
Hi, the upstream PR was closed, this was the answer: > No - distros like debian may get caught off guard. There's nothing wrong with > downstreams patching their values in their deltas. We do not lightly make > changes which change defaults. https://github.com/shadow-maint/shadow/pull/946#issu

[gentoo-dev] Re: [gentoo-dev-announce] x86 arch testing: please use -mfpmath=sse

2024-02-13 Thread Sam James
Michał Górny writes: > [[PGP Signed Part:Undecided]] > Hello, > > TL;DR: when arch testing for x86, please use `-mfpmath=sse` (this may > require raising `-march=` to `pentium4` or newer, or adding `-msse2`. > > > The x86 architecture historically supports two floating-precision > arithmetic mod

[gentoo-dev] x86 arch testing: please use -mfpmath=sse

2024-02-13 Thread Michał Górny
Hello, TL;DR: when arch testing for x86, please use `-mfpmath=sse` (this may require raising `-march=` to `pentium4` or newer, or adding `-msse2`. The x86 architecture historically supports two floating-precision arithmetic modes: using the 387 coprocessor, and using the SSE instruction set. Th

Re: [gentoo-dev] Introducing .mailmap?

2024-02-13 Thread Matthias Maier
On Tue, Feb 13, 2024, at 02:39 CST, Sam James wrote: > Hi, > > We should consider adding a .mailmap to gentoo.git. > > There's a few reasons: > [...] +1 You can add * allows to fix up accidental commits with wrong e-mails as well. *cough* Best, Matthias

Re: [gentoo-dev] Introducing .mailmap?

2024-02-13 Thread Arsen Arsenović
Sam James writes: > > We should consider adding a .mailmap to gentoo.git. > > There's a few reasons: > * We should accurately map pre-developer-status contributions. > For example, it'd be nice if s...@cmpct.info was mapped correctly > into s...@gentoo.org when doing git blame. > > We know

Re: [gentoo-dev] Introducing .mailmap?

2024-02-13 Thread Petr Vaněk
Hi, On Tue, Feb 13, 2024 at 08:39:17AM +, Sam James wrote: > Hi, > > We should consider adding a .mailmap to gentoo.git. yes, I support its addition. All 3 points make sense to me. Petr > There's a few reasons: > * We should accurately map pre-developer-status contributions. > For exampl

Re: [gentoo-dev] Introducing .mailmap?

2024-02-13 Thread Maciej Barć
Thanks for this Sam. I would like to see this added to the main Gentoo repo but also urge maintainers of other active Gentoo repos to add it to theirs, portage(!), kde & lisp overlay, soko, etc. For a quick reference here is the Exherbo's .mailmap file: https://gitlab.exherbo.org/exherbo/arbo

[gentoo-dev] Introducing .mailmap?

2024-02-13 Thread Sam James
Hi, We should consider adding a .mailmap to gentoo.git. There's a few reasons: * We should accurately map pre-developer-status contributions. For example, it'd be nice if s...@cmpct.info was mapped correctly into s...@gentoo.org when doing git blame. We know s...@cmpct.info and s...@gentoo

[gentoo-dev] [PATCH 2/2] virtual/linuxtv-dvb-headers: Remove obsolete ebuild

2024-02-13 Thread Matthias Schwarzott
Closes: https://bugs.gentoo.org/924398 Signed-off-by: Matthias Schwarzott --- .../linuxtv-dvb-headers-5.8.ebuild | 11 --- virtual/linuxtv-dvb-headers/metadata.xml | 12 2 files changed, 23 deletions(-) delete mode 100644 virtual/linuxtv-dvb-hea

[gentoo-dev] [PATCH 1/2] */*: Replace dependency to virtual/linuxtv-dvb-headers by sys-kernel/linux-headers

2024-02-13 Thread Matthias Schwarzott
virtual/linuxtv-dvb-headers has been important in the past when linux-headers was not yet up-to-date. Now it just pulls in >=sys-kernel/linux-headers-3.7. Even that could be dropped as it is part of @system. Bug: https://bugs.gentoo.org/924398 Signed-off-by: Matthias Schwarzott --- eclass/vdr-pl