commit:     4284e22ecc1301d4b0e76924f39be9bb09c23094
Author:     Tom Gillespie <tgbugs <AT> gmail <DOT> com>
AuthorDate: Sat Nov 22 04:56:41 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=4284e22e

app-emacs/dap-mode: 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/44717
Closes: https://github.com/gentoo/gentoo/pull/44717
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/dap-mode/{dap-mode-0.8.ebuild => dap-mode-0.8-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

Reply via email to