From 54bd9bf5f42d506498616cd95f3190dca5dcd008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Mon, 23 Dec 2024 18:49:23 +0100 Subject: [PATCH] app-emacs/compat: Drop unnecessary NEED_EMACS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package compiles fine with the elisp_src_compile eclass default, which (unlike the upstream Makefile) doesn't set compat-strict. Bug: https://bugs.gentoo.org/946803 Signed-off-by: Ulrich Müller --- app-emacs/compat/compat-30.0.1.0-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-emacs/compat/compat-30.0.1.0-r1.ebuild b/app-emacs/compat/compat-30.0.1.0-r1.ebuild index 8438dd49ae050..d8d01c6363f89 100644 --- a/app-emacs/compat/compat-30.0.1.0-r1.ebuild +++ b/app-emacs/compat/compat-30.0.1.0-r1.ebuild @@ -3,8 +3,6 @@ EAPI=8 -NEED_EMACS="29.1" - inherit elisp DESCRIPTION="Compatibility libraries for Emacs"