summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2022-05-02 08:01:21 +0200
committerAgostino Sarubbo <ago@gentoo.org>2022-05-02 08:01:21 +0200
commiteeb361d2df774008fcf449b93a2b321082629f81 (patch)
tree8aeda8544dbad02fc3630f0276882b36992005c4 /metadata/install-qa-check.d
parentnet-im/skypeforlinux: drop 8.79.0.92 (diff)
downloadgentoo-eeb361d2df774008fcf449b93a2b321082629f81.tar.gz
gentoo-eeb361d2df774008fcf449b93a2b321082629f81.tar.bz2
gentoo-eeb361d2df774008fcf449b93a2b321082629f81.zip
metadata/install-qa-check.d: add missing whitespace in 60udev-eclass
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'metadata/install-qa-check.d')
-rw-r--r--metadata/install-qa-check.d/60udev-eclass2
1 files changed, 1 insertions, 1 deletions
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