[gentoo-user] Re: Python 3.11 USE flags being flipped on

2023-12-28 Thread Martin Vaeth
stefan1 wrote: > This got me wondering though, is there no way to fix this globally > via make.conf instead of adding patched ebuilds to my overlay? No. Until https://bugs.gentoo.org/209653 is fixed (which did not happen since 16 years and presumably never will), there is no other way to fix

Re: [gentoo-user] Re: Python 3.11 USE flags being flipped on

2023-12-28 Thread Arve Barsnes
On Thu, 28 Dec 2023 at 16:21, Martin Vaeth wrote: > > stefan1 wrote: > > This got me wondering though, is there no way to fix this globally > > via make.conf instead of adding patched ebuilds to my overlay? > > No. Until https://bugs.gentoo.org/209653 is fixed (which did not > happen since 16

[gentoo-user] Re: Python 3.11 USE flags being flipped on

2023-12-28 Thread Martin Vaeth
Arve Barsnes wrote: > On Thu, 28 Dec 2023 at 16:21, Martin Vaeth wrote: >> >> stefan1 wrote: >> > This got me wondering though, is there no way to fix this globally >> > via make.conf instead of adding patched ebuilds to my overlay? >> >> No. Until https://bugs.gentoo.org/209653 is fixed (wh

Re: [gentoo-user] Re: Python 3.11 USE flags being flipped on

2023-12-28 Thread stefan11111
On 2023-12-28 15:21, Martin Vaeth wrote: stefan1 wrote: This got me wondering though, is there no way to fix this globally via make.conf instead of adding patched ebuilds to my overlay? No. Until https://bugs.gentoo.org/209653 is fixed (which did not happen since 16 years and presumably n

Re: [gentoo-user] Re: Python 3.11 USE flags being flipped on

2023-12-28 Thread Michael Orlitzky
On Thu, 2023-12-28 at 18:38 +, stefan1 wrote: > > Anyway, at least I don't have many ebuilds to patch to support python > 3.12. If you're comfortable with git, you could switch your ::gentoo repo to a git checkout and edit/commit your changes there. Then when you git pull/rebase, you'll

[gentoo-user] Re: Python 3.11 USE flags being flipped on

2023-12-28 Thread Martin Vaeth
stefan1 wrote: > On 2023-12-28 15:21, Martin Vaeth wrote: >> stefan1 wrote: >>> This got me wondering though, is there no way to fix this globally >>> via make.conf instead of adding patched ebuilds to my overlay? >> >> No. Until https://bugs.gentoo.org/209653 is fixed (which did not >> h

[gentoo-user] Re: Python 3.11 USE flags being flipped on

2023-12-28 Thread Martin Vaeth
Martin Vaeth wrote: > > /etc/portage/patches can patch practically everything > in ebuilds *except metadata*. That's exactly what > bug 209653 is about. Typo: I meant /etc/portage/env/*/*

Re: [gentoo-user] Re: Python 3.11 USE flags being flipped on

2023-12-28 Thread stefan11111
On 2023-12-28 20:23, Martin Vaeth wrote: stefan1 wrote: On 2023-12-28 15:21, Martin Vaeth wrote: stefan1 wrote: This got me wondering though, is there no way to fix this globally via make.conf instead of adding patched ebuilds to my overlay? No. Until https://bugs.gentoo.org/209653

Re: [gentoo-user] Re: Python 3.11 USE flags being flipped on

2023-12-28 Thread Michael Orlitzky
On 2023-12-28 23:00:36, stefan1 wrote: > Should I at least file bugs about those packages? > Surely there is no reason to artificially limit the python version in > ::gentoo? Yes, especially if the package has a test suite that passes under python-3.12. Most python packages are community-main

[gentoo-user] Off topic: - imagemagic command line, strange behaviour

2023-12-28 Thread thelma
I'm trying to remove grey background from a pdf file, but on windows. The document contains some grey scale fonts that I want to retain. Running on windows, via Command line: magick convert -density 300 document.pdf -fuzz 45% -fill white +opaque black converted_document.pdf Works, the text is r