app-emacs/compat: Drop unnecessary NEED_EMACS

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 <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2024-12-23 18:49:23 +01:00
parent 348bc89685
commit 54bd9bf5f4

View File

@@ -3,8 +3,6 @@
EAPI=8
NEED_EMACS="29.1"
inherit elisp
DESCRIPTION="Compatibility libraries for Emacs"