commit: b25c8b2bb27c14d72848fd630fdef07cca09fddf Author: Tom Gillespie <tgbugs <AT> gmail <DOT> com> AuthorDate: Sat Nov 22 02:15:33 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sat Nov 22 22:06:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25c8b2b
app-emacs/lsp-java: emacs require use gif byte compile of multiple files fails with Error: Invalid image type ‘gif’ if emacs was not built with with gif support Signed-off-by: Tom Gillespie <tgbugs <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44714 Closes: https://github.com/gentoo/gentoo/pull/44714 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> ...{lsp-java-3.1_p20240328.ebuild => lsp-java-3.1_p20240328-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emacs/lsp-java/lsp-java-3.1_p20240328.ebuild b/app-emacs/lsp-java/lsp-java-3.1_p20240328-r1.ebuild similarity index 93% rename from app-emacs/lsp-java/lsp-java-3.1_p20240328.ebuild rename to app-emacs/lsp-java/lsp-java-3.1_p20240328-r1.ebuild index 8cba5b8ad85c..50dd35c22c10 100644 --- a/app-emacs/lsp-java/lsp-java-3.1_p20240328.ebuild +++ b/app-emacs/lsp-java/lsp-java-3.1_p20240328-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,6 +28,7 @@ LICENSE="GPL-3+" SLOT="0" RDEPEND=" + >=app-editors/emacs-${NEED_EMACS}:*[gif] app-emacs/dap-mode app-emacs/dash app-emacs/f
