Use the compile and install subcommands of meson instead of calling
ninja. This allows for the possibility of a different back end.
Signed-off-by: William Hubbs
---
eclass/meson.eclass | 24 +---
1 file changed, 21 insertions(+), 3 deletions(-)
diff --git a/eclass/meson.ecla
On 8/12/21 14:39, Ulrich Mueller wrote:
On Thu, 12 Aug 2021, Michał Górny wrote:
On Thu, 2021-08-12 at 09:21 +0800, WANG Xuerui wrote:
I would say this is mostly aesthetic matter, because we have equally
long ARCH names like "microblaze" or "openrisc" too. From a user's
perspective I'd persona
On 8/23/21 7:15 PM, John Helmert III wrote:
> On Mon, Aug 23, 2021 at 06:55:57PM -0400, Mike wrote:
>> Add cpio dependency to kernel-2.eclass
>>
>> Bug: https://bugs.gentoo.org/731666
>>
>> Signed-off-by: Mike Pagano
>> ---
>> eclass/kernel-2.eclass | 1 +
>> 1 file changed, 1 insertion(+)
>>
On Mon, Aug 23, 2021 at 06:55:57PM -0400, Mike wrote:
> Add cpio dependency to kernel-2.eclass
>
> Bug: https://bugs.gentoo.org/731666
>
> Signed-off-by: Mike Pagano
> ---
> eclass/kernel-2.eclass | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2
Add cpio dependency to kernel-2.eclass
Bug: https://bugs.gentoo.org/731666
Signed-off-by: Mike Pagano
---
eclass/kernel-2.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index e3d556f2b..83d173d77 100644
--- a/eclass/kernel-2.eclass
+++
Change to respect INSTALL_MOD_PATH
Bug: https://bugs.gentoo.org/642240
Signed-off-by: Mike Pagano
---
eclass/linux-mod.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index e87c5ec0c..7e47a2e20 100644
--- a/eclass/lin
On 8/23/2021 12:24, Michał Górny wrote:
> On Mon, 2021-08-23 at 16:36 +0200, Ulrich Mueller wrote:
>>> On Mon, 23 Aug 2021, Anthony G Basile wrote:
>>
> **WARNING**
>
> If you happen to have an INSTALL_MASK with a blanket "*systemd*"
> glob, you will inevitably break your system
On Mon, 2021-08-23 at 14:32 -0400, Mike Pagano wrote:
> Change to respect INSTALL_MOD_PATH
>
> Bug: https://bugs.gentoo.org/642240
>
> Signed-off-by: Mike Pagano
> ---
> eclass/linux-mod.eclass | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/eclass/linux-mod.eclass b
Change to respect INSTALL_MOD_PATH
Bug: https://bugs.gentoo.org/642240
Signed-off-by: Mike Pagano
---
eclass/linux-mod.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index e87c5ec0c..48d7a8cbb 100644
--- a/eclass/lin
> On 22 Aug 2021, at 21:14, Anthony G. Basile wrote:
>
> [snip]
>
>
> Title: eudev retirement on 2022-01-01
> Author: Anthony G. Basile
> Posted: 2021-08-xx
> Revision: 1
> News-Item-Format: 2.0
> Display-If-Installed: sys-fs/eudev
>
Let's mention that people should double check if they're
On Mon, 23 Aug 2021 at 18:24, Michał Górny wrote:
> I'm pretty sure we've never officially advised anyone to remove
> important directories via INSTALL_MASK. INSTALL_MASK on unit
> directories will not affect udev users. On the other hand, if someone
> was overzealous and stripped whole /lib/sys
On Mon, 2021-08-23 at 16:36 +0200, Ulrich Mueller wrote:
> > > > > > On Mon, 23 Aug 2021, Anthony G Basile wrote:
>
> > > > **WARNING**
> > > >
> > > > If you happen to have an INSTALL_MASK with a blanket "*systemd*"
> > > > glob, you will inevitably break your system. sys-fs/udev
> > > > contain
On 8/23/21 11:05 AM, Rich Freeman wrote:
> On Mon, Aug 23, 2021 at 10:36 AM Ulrich Mueller wrote:
>>
>>> On Mon, 23 Aug 2021, Anthony G Basile wrote:
>>
> **WARNING**
>
> If you happen to have an INSTALL_MASK with a blanket "*systemd*"
> glob, you will inevitably break your sys
On Mon, 2021-08-23 at 11:16 -0400, Rich Freeman wrote:
> On Mon, Aug 23, 2021 at 10:46 AM David Seifert wrote:
> >
> > Let assume the counterfactual for a moment here: We retained the
> > USE=systemd flag for all unit files and what not, so people can
> > cleanse
> > themselves of the systemd uni
On Mon, Aug 23, 2021 at 10:46 AM David Seifert wrote:
>
> Let assume the counterfactual for a moment here: We retained the
> USE=systemd flag for all unit files and what not, so people can cleanse
> themselves of the systemd units etc. without resorting to INSTALL_MASK.
>
> How would USE=-systemd
On Mon, Aug 23, 2021 at 10:36 AM Ulrich Mueller wrote:
>
> > On Mon, 23 Aug 2021, Anthony G Basile wrote:
>
> >>> **WARNING**
> >>>
> >>> If you happen to have an INSTALL_MASK with a blanket "*systemd*"
> >>> glob, you will inevitably break your system. sys-fs/udev contains
> >>> "systemd" in
On Mon, 2021-08-23 at 16:36 +0200, Ulrich Mueller wrote:
> > > > > > On Mon, 23 Aug 2021, Anthony G Basile wrote:
>
> > > > **WARNING**
> > > >
> > > > If you happen to have an INSTALL_MASK with a blanket "*systemd*"
> > > > glob, you will inevitably break your system. sys-fs/udev
> > > > contain
> On Mon, 23 Aug 2021, Anthony G Basile wrote:
>>> **WARNING**
>>>
>>> If you happen to have an INSTALL_MASK with a blanket "*systemd*"
>>> glob, you will inevitably break your system. sys-fs/udev contains
>>> "systemd" in some of its filenames, hence a blanket filter rule will
>>> likely lea
On 8/22/21 5:00 PM, Joshua Kinard wrote:
> On 8/22/2021 16:14, Anthony G. Basile wrote:
>> Hi everyone,
>>
>> Yes! It is time to finally deprecate eudev! sys-fs/udev now builds
>> under musl! My original purpose for maintaining eudev was because
>> systemd + musl did not play well together when
19 matches
Mail list logo