commit: eeb361d2df774008fcf449b93a2b321082629f81
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 2 06:01:21 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 2 06:01:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb361d2
metadata/install-qa-check.d: add missing whitespace in 60udev-eclass
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
metadata/install-qa-check.d/60udev-eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/metadata/install-qa-check.d/60udev-eclass
b/metadata/install-qa-check.d/60udev-eclass
index cf8e08e9971e..4aadc9b1f18d 100644
--- a/metadata/install-qa-check.d/60udev-eclass
+++ b/metadata/install-qa-check.d/60udev-eclass
@@ -38,7 +38,7 @@ udev_rules_check() {
if [[ -d "${ED}"/lib/udev/rules.d/ ]] ; then
if ! has udev ${INHERITED} ; then
- eqawarn "QA Notice: package is installing udev
ruleswithout inheriting udev.eclass!"
+ eqawarn "QA Notice: package is installing udev rules
without inheriting udev.eclass!"
eqawarn "Packages must inherit udev.eclass then call
udev_reload in pkg_postinst."
return
fi