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 post

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 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} > > > > > > S

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 f