Re: [gentoo-dev] Reviewing ebuilds with git

2024-07-03 Thread Jaco Kroon
Hi, Is there a way to make this work with github PR reviews? Kind regards, Jaco On 2024/06/30 19:38, Sam James wrote: Hi, I've mentioned this on IRC a bunch of times to people but I figure I'll mention it here in case anyone finds it useful. Our use of git doesn't lend itself well to the de

Re: [gentoo-dev] [PATCH 1/5] gui-libs/gtk: add a "poison" macro support to disable X/wayland

2024-07-03 Thread Mart Raudsepp
On Thu, 2024-06-27 at 05:58 +0100, Sam James wrote: > Eli Schwartz writes: > > > On 6/26/24 5:03 AM, Sam James wrote: > > > Eli Schwartz writes: > > > > > > > Many packages perform automagic dependencies on gdk's backend > > > > implementations by checking if the macro is defined and then > > >

[gentoo-dev] [PATCH v2 1/4] linux-info.eclass: Drop temporary fix for powerpc

2024-07-03 Thread Ulrich Müller
Apparently there is no reference to a .tmp_gas_check file or to a TOUT variable in Linux sources any more. Bug: https://bugs.gentoo.org/75034#c14 Signed-off-by: Ulrich Müller --- eclass/linux-info.eclass | 6 -- 1 file changed, 6 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/l

[gentoo-dev] [PATCH v2 2/4] linux-info.eclass: Drop support for EAPI 6

2024-07-03 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/linux-info.eclass | 20 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 90982445fdab..154be2a46888 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.ec

[gentoo-dev] [PATCH v2 3/4] linux-info.eclass: Drop reference to BUILD_FIXES variable

2024-07-03 Thread Ulrich Müller
Undocumented, and not used by any ebuilds inheriting this eclass. Signed-off-by: Ulrich Müller --- eclass/linux-info.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 154be2a46888..0f6138150144 100644 --- a/ecla

[gentoo-dev] [PATCH v2 4/4] kernel-2.eclass: Drop reference to BUILD_FIXES variable

2024-07-03 Thread Ulrich Müller
Undocumented, and not used by any ebuilds inheriting this eclass. Signed-off-by: Ulrich Müller --- eclass/kernel-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index ffbe986f3e87..c60fcb04dd73 100644 --- a/eclass/kerne

Re: [gentoo-dev] [PATCH 1/5] gui-libs/gtk: add a "poison" macro support to disable X/wayland

2024-07-03 Thread Eli Schwartz
On 7/3/24 7:16 AM, Mart Raudsepp wrote: > Please do see about approaching upstream about this in the context of > GTK4 in a constructive friendly manner, perhaps from the angle of how > to transition any distribution to a GTK that does not include X11 > support with less migrational pain - this sho