From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 226CE15800A for ; Sun, 16 Jul 2023 09:40:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57A14E07D0; Sun, 16 Jul 2023 09:40:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39B90E07D0 for ; Sun, 16 Jul 2023 09:40:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3AFD340CE7 for ; Sun, 16 Jul 2023 09:40:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FDA1B50 for ; Sun, 16 Jul 2023 09:40:53 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1689500411.45ab95c12a05bc3bf73247e6ad5d0320560d4b1c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/elisp.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 45ab95c12a05bc3bf73247e6ad5d0320560d4b1c X-VCS-Branch: master Date: Sun, 16 Jul 2023 09:40:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3a82333-0e11-4297-8ed2-3d4e5f5ddd90 X-Archives-Hash: 3eae468cf6dbeae76f0cda1d35bbf5dd commit: 45ab95c12a05bc3bf73247e6ad5d0320560d4b1c Author: Ulrich Müller gentoo org> AuthorDate: Sun Jul 16 09:40:11 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jul 16 09:40:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ab95c1 elisp.eclass: Update documentation for NEED_EMACS Signed-off-by: Ulrich Müller gentoo.org> eclass/elisp.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 72e623a12179..20139491c976 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -32,9 +32,9 @@ # @PRE_INHERIT # @DEFAULT_UNSET # @DESCRIPTION: -# If you need anything different from Emacs 23, use the NEED_EMACS -# variable before inheriting elisp.eclass. Set it to the version your -# package uses and the dependency will be adjusted. +# If you need anything different from Emacs 25.3 (or newer), use the +# NEED_EMACS variable before inheriting elisp.eclass. Set it to the +# version your package uses and the dependency will be adjusted. # @ECLASS_VARIABLE: ELISP_PATCHES # @DEFAULT_UNSET