From 4284e22ecc1301d4b0e76924f39be9bb09c23094 Mon Sep 17 00:00:00 2001 From: Tom Gillespie Date: Fri, 21 Nov 2025 20:56:41 -0800 Subject: [PATCH] app-emacs/dap-mode: emacs require use gif MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Part-of: https://github.com/gentoo/gentoo/pull/44717 Closes: https://github.com/gentoo/gentoo/pull/44717 Signed-off-by: Maciej Barć --- .../dap-mode/{dap-mode-0.8.ebuild => dap-mode-0.8-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename app-emacs/dap-mode/{dap-mode-0.8.ebuild => dap-mode-0.8-r1.ebuild} (92%) diff --git a/app-emacs/dap-mode/dap-mode-0.8.ebuild b/app-emacs/dap-mode/dap-mode-0.8-r1.ebuild similarity index 92% rename from app-emacs/dap-mode/dap-mode-0.8.ebuild rename to app-emacs/dap-mode/dap-mode-0.8-r1.ebuild index f2ff2bf0c7a3..fcd22a3eb27d 100644 --- a/app-emacs/dap-mode/dap-mode-0.8.ebuild +++ b/app-emacs/dap-mode/dap-mode-0.8-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 @@ -27,6 +27,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" + >=app-editors/emacs-${NEED_EMACS}:*[gif] app-emacs/bui app-emacs/dash app-emacs/f