Re: [gentoo-dev] [RFC] global USE=gpg

2023-12-29 Thread Michał Górny
On Sat, 2023-12-30 at 00:41 +0100, Jonas Stein wrote: > Dear all, > > we have many local gpg useflags which basically just enable gpg. > Should we merge these to one global useflag? > > Additionally we have a few gpgme useflags. > See also https://bugs.gentoo.org/679634 > > What are your ideas?

[gentoo-dev] [PATCH 2/2] linux-mod-r1.eclass: Explicitly check for missing zstd

2023-12-29 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/linux-mod-r1.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/linux-mod-r1.eclass b/eclass/linux-mod-r1.eclass index b6be4ba8a16d..4de2e3f89995 100644 --- a/eclass/linux-mod-r1.eclass +++ b/eclass/linux-mod-r1.eclass @@ -855,6 +855,9 @@

[gentoo-dev] [PATCH 1/2] linux-mod-r1.eclass: Require the compression to succeed

2023-12-29 Thread Michał Górny
Now that the module compression is conditional to USE=modules-compress, we no longer need to allow it to fail gracefully. If user enabled the compression explicitly, they expect it to succeed. If they don't have the tools, they can always flip it off again. Signed-off-by: Michał Górny ---

[gentoo-dev] [RFC] global USE=gpg

2023-12-29 Thread Jonas Stein
Dear all, we have many local gpg useflags which basically just enable gpg. Should we merge these to one global useflag? Additionally we have a few gpgme useflags. See also https://bugs.gentoo.org/679634 What are your ideas? -- Best, Jonas OpenPGP_signature.asc Description: OpenPGP digital

Re: [gentoo-dev] [RFC] Gentoo Asahi Project

2023-12-29 Thread Mart Raudsepp
On Fri, 2023-12-29 at 21:44 +, Alexey Sokolov wrote: > 28.12.2023 18:49, Mart Raudsepp пишет: > > Hello! > > > > I have created the Gentoo Asahi Project to organize the enablement > > of > > Apple Silicon Mac machines in Gentoo via the main ::gentoo tree as > > much > > as possible. > > New

Re: [gentoo-dev] [RFC] Gentoo Asahi Project

2023-12-29 Thread Alexey Sokolov
28.12.2023 18:49, Mart Raudsepp пишет: > Hello! > > I have created the Gentoo Asahi Project to organize the enablement of > Apple Silicon Mac machines in Gentoo via the main ::gentoo tree as much > as possible. > New approaches for the install process are also going to be a topic. > > Wiki page:

Re: [gentoo-dev] [PATCH] profiles/info_vars: Add PYTHONPATH

2023-12-29 Thread Michał Górny
On Fri, 2023-12-29 at 19:14 +0100, Ulrich Mueller wrote: > > > > > > On Fri, 29 Dec 2023, Michał Górny wrote: > > > --- a/profiles/info_vars > > +++ b/profiles/info_vars > > @@ -60,6 +60,7 @@ PORTAGE_RSYNC_EXTRA_OPTS > >  PORTAGE_TMPDIR > >  PORTDIR > >  PORTDIR_OVERLAY > > +PYTHONPATH > >  

Re: [gentoo-dev] [PATCH] profiles/info_vars: Add PYTHONPATH

2023-12-29 Thread Ulrich Mueller
> On Fri, 29 Dec 2023, Michał Górny wrote: > --- a/profiles/info_vars > +++ b/profiles/info_vars > @@ -60,6 +60,7 @@ PORTAGE_RSYNC_EXTRA_OPTS > PORTAGE_TMPDIR > PORTDIR > PORTDIR_OVERLAY > +PYTHONPATH > RANLIB > READELF > RUSTFLAGS Please also update the copyright year in the header.

[gentoo-dev] [PATCH] profiles/info_vars: Add PYTHONPATH

2023-12-29 Thread Michał Górny
Signed-off-by: Michał Górny --- profiles/info_vars | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/info_vars b/profiles/info_vars index c058aceb7f87..1450d52ca557 100644 --- a/profiles/info_vars +++ b/profiles/info_vars @@ -60,6 +60,7 @@ PORTAGE_RSYNC_EXTRA_OPTS PORTAGE_TMPDIR

[gentoo-dev] [PATCH v2 2/2] ssl-cert.eclass: Drop openssl slot dependency

2023-12-29 Thread Ulrich Müller
Suggested-by: David Seifert Signed-off-by: Ulrich Müller --- eclass/ssl-cert.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass index 48cb10db16e8..240f9f12cc91 100644 --- a/eclass/ssl-cert.eclass +++

[gentoo-dev] [PATCH v2 1/2] ssl-cert.eclass: Drop support for EAPI 6

2023-12-29 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/ssl-cert.eclass | 19 --- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass index 0453f0fbf665..48cb10db16e8 100644 --- a/eclass/ssl-cert.eclass +++ b/eclass/ssl-cert.eclass @@

Re: [gentoo-dev] [PATCH] ssl-cert.eclass: Drop support for EAPI 6

2023-12-29 Thread David Seifert
On Fri, 2023-12-29 at 09:20 +0100, Ulrich Müller wrote: > Signed-off-by: Ulrich Müller > --- >  eclass/ssl-cert.eclass | 19 --- >  1 file changed, 4 insertions(+), 15 deletions(-) > > diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass > index 0453f0fbf665..48cb10db16e8

[gentoo-dev] [PATCH] ssl-cert.eclass: Drop support for EAPI 6

2023-12-29 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/ssl-cert.eclass | 19 --- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass index 0453f0fbf665..48cb10db16e8 100644 --- a/eclass/ssl-cert.eclass +++ b/eclass/ssl-cert.eclass @@