Re: [gentoo-dev] [PATCH 1/3] To make "tc_has_feature ada" actually work

2024-04-30 Thread Arsen Arsenović
Alfredo Tupone writes: > On Fri, 26 Apr 2024 10:34:44 +0200 > Arsen Arsenović wrote: > >> looks OK at a glance, but could you summarize the issues the patch set >> fixes in the commit messages (and reword them to follow convention >> generally)? it is important to have context while looking at

Re: [gentoo-dev] [PATCH 1/3] To make "tc_has_feature ada" actually work

2024-04-26 Thread Alfredo Tupone
On Fri, 26 Apr 2024 10:34:44 +0200 Arsen Arsenović wrote: > looks OK at a glance, but could you summarize the issues the patch set > fixes in the commit messages (and reword them to follow convention > generally)? it is important to have context while looking at a git > log. > > - IUSE+=" ada

Re: [gentoo-dev] [PATCH 1/3] To make "tc_has_feature ada" actually work

2024-04-26 Thread Arsen Arsenović
looks OK at a glance, but could you summarize the issues the patch set fixes in the commit messages (and reword them to follow convention generally)? it is important to have context while looking at a git log. Alfredo Tupone writes: > Signed-off-by: Alfredo Tupone > --- > eclass/toolchain.ecl

[gentoo-dev] [PATCH 1/3] To make "tc_has_feature ada" actually work

2024-04-25 Thread Alfredo Tupone
Signed-off-by: Alfredo Tupone --- eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index a5d4345e7fbf..fd820f60f45d 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -288,31 +288,31 @@