Re: [gentoo-dev] Need help: Many patches for unmaintained packages

2021-12-31 Thread Ionen Wolkens
On Fri, Dec 31, 2021 at 07:27:28PM +0100, Martin Dummer wrote: > Am 31.12.21 um 06:51 schrieb Jonas Stein: > > I prepared a public Bugzilla filter "m-n PATCH" > > > > https://bugs.gentoo.org/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=m-n%20PATCH&sharer_id=85842 > > > > Hello Jonas, > > when

Re: [gentoo-dev] Need help: Many patches for unmaintained packages

2021-12-31 Thread Martin Dummer
Am 31.12.21 um 06:51 schrieb Jonas Stein: I prepared a public Bugzilla filter "m-n PATCH" https://bugs.gentoo.org/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=m-n%20PATCH&sharer_id=85842 Hello Jonas, when I try to open that link I receive an error message "The search named /m-n PATCH/ h

[gentoo-dev] [PATCH] sgml-catalog-r1.eclass: Remove obsolete environment files

2021-12-31 Thread James Le Cuirot
These files are only regenerated when gensgmlenv is present, but this tool was part of sgmltools-lite, which was last-rited over a year ago. The presence of 93sgmltools-lite can break tools such as asciidoc. When SGML_CATALOG_FILES is defined, it automatically passes the --catalogs option to xmlli

Re: [gentoo-dev] [PATCH] python-any-r1.eclass: Include proper python-exec dep in || deps

2021-12-31 Thread Michał Górny
On Fri, 2021-12-31 at 09:26 +0100, Michał Górny wrote: > Enforce proper USE dependencies on dev-lang/python-exec from > python-any-r1. While we force all flags being enabled on it, there is > still a possibility of temporary missync while a new target is being > added. The explicit dependency sho

[gentoo-dev] [PATCH] python-any-r1.eclass: Include proper python-exec dep in || deps

2021-12-31 Thread Michał Górny
Enforce proper USE dependencies on dev-lang/python-exec from python-any-r1. While we force all flags being enabled on it, there is still a possibility of temporary missync while a new target is being added. The explicit dependency should be harmless and ensure correct package ordering, therefore