commit:     ca3dff4904d2b671ca5a9e92d9e61d15357233b7
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 18:04:34 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 18:06:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3dff49

app-emacs/eglot: silence the autoloads load message

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/eglot/{eglot-1.6.ebuild => eglot-1.6-r1.ebuild} | 2 +-
 app-emacs/eglot/{eglot-1.8.ebuild => eglot-1.8-r1.ebuild} | 2 +-
 app-emacs/eglot/files/50eglot-gentoo.el                   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emacs/eglot/eglot-1.6.ebuild 
b/app-emacs/eglot/eglot-1.6-r1.ebuild
similarity index 94%
rename from app-emacs/eglot/eglot-1.6.ebuild
rename to app-emacs/eglot/eglot-1.6-r1.ebuild
index 913bb955411f..b5463a817ab2 100644
--- a/app-emacs/eglot/eglot-1.6.ebuild
+++ b/app-emacs/eglot/eglot-1.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8

diff --git a/app-emacs/eglot/eglot-1.8.ebuild 
b/app-emacs/eglot/eglot-1.8-r1.ebuild
similarity index 94%
rename from app-emacs/eglot/eglot-1.8.ebuild
rename to app-emacs/eglot/eglot-1.8-r1.ebuild
index 913bb955411f..b5463a817ab2 100644
--- a/app-emacs/eglot/eglot-1.8.ebuild
+++ b/app-emacs/eglot/eglot-1.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8

diff --git a/app-emacs/eglot/files/50eglot-gentoo.el 
b/app-emacs/eglot/files/50eglot-gentoo.el
index b8a7e2b65eed..c3b894cc43c8 100644
--- a/app-emacs/eglot/files/50eglot-gentoo.el
+++ b/app-emacs/eglot/files/50eglot-gentoo.el
@@ -1,2 +1,2 @@
 (add-to-list 'load-path "@SITELISP@")
-(load "@SITELISP@/eglot-autoload.el")
+(load "@SITELISP@/eglot-autoload.el" nil t)

Reply via email to