dev-perl/XML-Parser: adjust einfo quoting

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-12-14 06:46:05 +00:00
parent bc89e9852b
commit b182ad9ddb

View File

@@ -37,7 +37,7 @@ src_configure() {
src_install() {
perl-module_src_install
# "special" test for bug 827966
einfo Checking for Expat.so \#827966
# "special" test for bug #827966
einfo "Checking for Expat.so (bug #827966)"
find "${D}" -name Expat.so | grep Expat || die "Something went badly wrong, can't find Expat.so. Please file a bug."
}