Re: [gentoo-dev] [PATCH] metadata/install-qa-check.d: add 60libtool-la (check for unnecessary .la files)

2022-04-15 Thread Michael Orlitzky
On Fri, 2022-04-15 at 09:40 +0100, Sam James wrote: > + > +   if grep -q "dev-libs/libltdl" <<<${RDEPEND}; then > +   # Nothing to do here > +   return > +   fi We should probably have delimiters around that atom to future-proof it against (say) dev-libs/libltdl2.

[gentoo-dev] [PATCH] metadata/install-qa-check.d: add 60libtool-la (check for unnecessary .la files)

2022-04-15 Thread Sam James
Signed-off-by: Sam James --- metadata/install-qa-check.d/60libtool-la | 45 1 file changed, 45 insertions(+) create mode 100644 metadata/install-qa-check.d/60libtool-la diff --git a/metadata/install-qa-check.d/60libtool-la b/metadata/install-qa-check.d/60libtool-la