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. Would "has" suffice?