Re: [gentoo-dev] [PATCH 06/15] unpacker.eclass: Use lowercase in unpacker_src_uri_depends

2022-09-25 Thread John Helmert III
On Sun, Sep 25, 2022 at 04:04:07PM -0500, John Helmert III wrote: > On Sun, Sep 25, 2022 at 08:23:08PM +0200, Michał Górny wrote: > > Transform the URIs to lowercase in unpacker_src_uri_depends() for > > consistency with the behavior of _unpacker(). > > > > Signed-off-by: Michał Górny > > --- > >

Re: [gentoo-dev] [PATCH 06/15] unpacker.eclass: Use lowercase in unpacker_src_uri_depends

2022-09-25 Thread John Helmert III
On Sun, Sep 25, 2022 at 08:23:08PM +0200, Michał Górny wrote: > Transform the URIs to lowercase in unpacker_src_uri_depends() for > consistency with the behavior of _unpacker(). > > Signed-off-by: Michał Górny > --- > eclass/unpacker.eclass | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(

[gentoo-dev] [PATCH 06/15] unpacker.eclass: Use lowercase in unpacker_src_uri_depends

2022-09-25 Thread Michał Górny
Transform the URIs to lowercase in unpacker_src_uri_depends() for consistency with the behavior of _unpacker(). Signed-off-by: Michał Górny --- eclass/unpacker.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass index 482cf