From 21070120f4f34c3532063e087c90bf415e925ff5 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Thu, 23 Mar 2023 11:51:55 +0000 Subject: app-emacs/*: drop redundant NEED_EMACS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not needed after elisp-common.eclass changed the default to 25.3 (the oldest currently in tree). Signed-off-by: Matthew Smith [Whitespace: removed double empty lines] Signed-off-by: Ulrich Müller --- app-emacs/js-comint/js-comint-1.2.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app-emacs/js-comint') diff --git a/app-emacs/js-comint/js-comint-1.2.0.ebuild b/app-emacs/js-comint/js-comint-1.2.0.ebuild index 4996400ce15f..483d43af94b5 100644 --- a/app-emacs/js-comint/js-comint-1.2.0.ebuild +++ b/app-emacs/js-comint/js-comint-1.2.0.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -NEED_EMACS=24.3 - inherit elisp DESCRIPTION="Run a JavaScript interpreter in an Emacs inferior process window" -- cgit v1.2.3-65-gdbad