Re: [gentoo-dev] [PATCH] cargo.eclass: add CARGO_TOML_DIR

2024-01-24 Thread orbea
On Tue, 23 Jan 2024 11:43:13 -0800 orbea wrote: > On Tue, 23 Jan 2024 17:48:25 +0100 > Michał Górny wrote: > > > On Tue, 2024-01-23 at 06:13 -0800, orbea wrote: > > > On Tue, 23 Jan 2024 04:48:02 +0100 > > > Michał Górny wrote: > > > > > > > On Mon, 2024-01-22 at 19:32 -0800, orbea

Re: [gentoo-dev] [PATCH] cargo.eclass: add CARGO_TOML_DIR

2024-01-23 Thread orbea
On Tue, 23 Jan 2024 17:48:25 +0100 Michał Górny wrote: > On Tue, 2024-01-23 at 06:13 -0800, orbea wrote: > > On Tue, 23 Jan 2024 04:48:02 +0100 > > Michał Górny wrote: > > > > > On Mon, 2024-01-22 at 19:32 -0800, orbea wrote: > > > > This is required when cargo_live_src_unpack needs to be

Re: [gentoo-dev] [PATCH] cargo.eclass: add CARGO_TOML_DIR

2024-01-23 Thread Michał Górny
On Tue, 2024-01-23 at 06:13 -0800, orbea wrote: > On Tue, 23 Jan 2024 04:48:02 +0100 > Michał Górny wrote: > > > On Mon, 2024-01-22 at 19:32 -0800, orbea wrote: > > > This is required when cargo_live_src_unpack needs to be find a > > > Cargo.toml file in a directory other than ${S} > > > > > >

Re: [gentoo-dev] [PATCH] cargo.eclass: add CARGO_TOML_DIR

2024-01-23 Thread orbea
On Tue, 23 Jan 2024 04:48:02 +0100 Michał Górny wrote: > On Mon, 2024-01-22 at 19:32 -0800, orbea wrote: > > This is required when cargo_live_src_unpack needs to be find a > > Cargo.toml file in a directory other than ${S} > > > > Signed-off-by: orbea > > --- > > eclass/cargo.eclass | 11

Re: [gentoo-dev] [PATCH] cargo.eclass: add CARGO_TOML_DIR

2024-01-23 Thread orbea
On Mon, 22 Jan 2024 23:06:35 -0500 Eli Schwartz wrote: > On 1/22/24 10:32 PM, orbea wrote: > > This is required when cargo_live_src_unpack needs to be find a > > Cargo.toml file in a directory other than ${S} > > > > Signed-off-by: orbea > > --- > > > Fairly confused why this email was

Re: [gentoo-dev] [PATCH] cargo.eclass: add CARGO_TOML_DIR

2024-01-22 Thread Eli Schwartz
On 1/22/24 10:32 PM, orbea wrote: > This is required when cargo_live_src_unpack needs to be find a > Cargo.toml file in a directory other than ${S} > > Signed-off-by: orbea > --- Fairly confused why this email was posted to an existing thread instead of a new one? Anyway, I'm sure the change

Re: [gentoo-dev] [PATCH] cargo.eclass: add CARGO_TOML_DIR

2024-01-22 Thread Michał Górny
On Mon, 2024-01-22 at 19:32 -0800, orbea wrote: > This is required when cargo_live_src_unpack needs to be find a > Cargo.toml file in a directory other than ${S} > > Signed-off-by: orbea > --- > eclass/cargo.eclass | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) > > diff

[gentoo-dev] [PATCH] cargo.eclass: add CARGO_TOML_DIR

2024-01-22 Thread orbea
This is required when cargo_live_src_unpack needs to be find a Cargo.toml file in a directory other than ${S} Signed-off-by: orbea --- eclass/cargo.eclass | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index