Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/flycheck/files/, app-emacs/flycheck/
Date: Sun, 26 Jun 2022 18:06:35
Message-Id: 1656266789.0c61017666e85f1bd3adc1fed93123b84e30d38c.xgqt@gentoo
1 commit: 0c61017666e85f1bd3adc1fed93123b84e30d38c
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 18:02:25 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 18:06:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c610176
7
8 app-emacs/flycheck: silence the autoloads load message
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 app-emacs/flycheck/files/50flycheck-gentoo-r1.el | 2 +-
13 .../{flycheck-32_p20220328.ebuild => flycheck-32_p20220328-r1.ebuild} | 0
14 2 files changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emacs/flycheck/files/50flycheck-gentoo-r1.el b/app-emacs/flycheck/files/50flycheck-gentoo-r1.el
17 index 46ab676a9a2a..84a054e0738e 100644
18 --- a/app-emacs/flycheck/files/50flycheck-gentoo-r1.el
19 +++ b/app-emacs/flycheck/files/50flycheck-gentoo-r1.el
20 @@ -1,2 +1,2 @@
21 (add-to-list 'load-path "@SITELISP@")
22 -(load "@SITELISP@/flycheck-autoloads")
23 +(load "@SITELISP@/flycheck-autoloads" nil t)
24
25 diff --git a/app-emacs/flycheck/flycheck-32_p20220328.ebuild b/app-emacs/flycheck/flycheck-32_p20220328-r1.ebuild
26 similarity index 100%
27 rename from app-emacs/flycheck/flycheck-32_p20220328.ebuild
28 rename to app-emacs/flycheck/flycheck-32_p20220328-r1.ebuild