Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcheck/files/
Date: Tue, 16 Aug 2022 18:13:20
Message-Id: 1660673592.5920026ef4a3ede63667ed6856bbcc81dde7b322.ulm@gentoo
1 commit: 5920026ef4a3ede63667ed6856bbcc81dde7b322
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 16 18:07:09 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 16 18:13:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5920026e
7
8 dev-util/pkgcheck: Don't enable flycheck-pkgcheck-setup in site-emacs
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 dev-util/pkgcheck/files/50pkgcheck-gentoo.el | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-util/pkgcheck/files/50pkgcheck-gentoo.el b/dev-util/pkgcheck/files/50pkgcheck-gentoo.el
16 index 7808713be94a..003b67dfa9a9 100644
17 --- a/dev-util/pkgcheck/files/50pkgcheck-gentoo.el
18 +++ b/dev-util/pkgcheck/files/50pkgcheck-gentoo.el
19 @@ -1,4 +1,3 @@
20 (add-to-list 'load-path "@SITELISP@")
21 (autoload 'flycheck-pkgcheck-setup "flycheck-pkgcheck"
22 "Flycheck pkgcheck setup." t)
23 -(add-hook 'ebuild-mode-hook 'flycheck-pkgcheck-setup)