Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/install-qa-check.d/
Date: Mon, 02 May 2022 06:01:35
Message-Id: 1651471281.eeb361d2df774008fcf449b93a2b321082629f81.ago@gentoo
1 commit: eeb361d2df774008fcf449b93a2b321082629f81
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 06:01:21 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 06:01:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb361d2
7
8 metadata/install-qa-check.d: add missing whitespace in 60udev-eclass
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 metadata/install-qa-check.d/60udev-eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/metadata/install-qa-check.d/60udev-eclass b/metadata/install-qa-check.d/60udev-eclass
16 index cf8e08e9971e..4aadc9b1f18d 100644
17 --- a/metadata/install-qa-check.d/60udev-eclass
18 +++ b/metadata/install-qa-check.d/60udev-eclass
19 @@ -38,7 +38,7 @@ udev_rules_check() {
20
21 if [[ -d "${ED}"/lib/udev/rules.d/ ]] ; then
22 if ! has udev ${INHERITED} ; then
23 - eqawarn "QA Notice: package is installing udev ruleswithout inheriting udev.eclass!"
24 + eqawarn "QA Notice: package is installing udev rules without inheriting udev.eclass!"
25 eqawarn "Packages must inherit udev.eclass then call udev_reload in pkg_postinst."
26 return
27 fi