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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC68E15864F for ; Sun, 26 Mar 2023 16:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95987E076B; Sun, 26 Mar 2023 16:52:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8897EE0536 for ; Sun, 26 Mar 2023 16:52:34 +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 8A9673411F0 for ; Sun, 26 Mar 2023 16:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C63B0967 for ; Sun, 26 Mar 2023 16:52:31 +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: <1679849445.b9dfbbdf3b7fbf5e3e1a98897bf9529418b2e707.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/notmuch/notmuch-0.32.2-r1.ebuild net-mail/notmuch/notmuch-0.37-r1.ebuild net-mail/notmuch/notmuch-0.37.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b9dfbbdf3b7fbf5e3e1a98897bf9529418b2e707 X-VCS-Branch: master Date: Sun, 26 Mar 2023 16:52:31 +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: f84d93a4-024e-4796-a0a2-66c21bcf218f X-Archives-Hash: 8dfbf3c4c40be155e984c13c4758ef7f commit: b9dfbbdf3b7fbf5e3e1a98897bf9529418b2e707 Author: Ulrich Müller gentoo org> AuthorDate: Sun Mar 26 16:49:34 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 26 16:50:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9dfbbdf net-mail/notmuch: Drop redundant NEED_EMACS The default in elisp-common.eclass is 25.3 now. Signed-off-by: Ulrich Müller gentoo.org> net-mail/notmuch/notmuch-0.32.2-r1.ebuild | 1 - net-mail/notmuch/notmuch-0.37-r1.ebuild | 1 - net-mail/notmuch/notmuch-0.37.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/net-mail/notmuch/notmuch-0.32.2-r1.ebuild b/net-mail/notmuch/notmuch-0.32.2-r1.ebuild index e95941d04223..eac23a06ccea 100644 --- a/net-mail/notmuch/notmuch-0.32.2-r1.ebuild +++ b/net-mail/notmuch/notmuch-0.32.2-r1.ebuild @@ -4,7 +4,6 @@ EAPI=7 DISTUTILS_OPTIONAL=1 -NEED_EMACS="24.1" PYTHON_COMPAT=( python3_{9..10} pypy3 ) inherit bash-completion-r1 desktop distutils-r1 elisp-common flag-o-matic pax-utils toolchain-funcs xdg-utils diff --git a/net-mail/notmuch/notmuch-0.37-r1.ebuild b/net-mail/notmuch/notmuch-0.37-r1.ebuild index f068e7d081e5..0fdb5964d10f 100644 --- a/net-mail/notmuch/notmuch-0.37-r1.ebuild +++ b/net-mail/notmuch/notmuch-0.37-r1.ebuild @@ -4,7 +4,6 @@ EAPI=8 DISTUTILS_OPTIONAL=1 -NEED_EMACS="24.1" PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit bash-completion-r1 desktop distutils-r1 elisp-common flag-o-matic pax-utils toolchain-funcs xdg-utils diff --git a/net-mail/notmuch/notmuch-0.37.ebuild b/net-mail/notmuch/notmuch-0.37.ebuild index 496f189cf93b..1436e9ca1bc6 100644 --- a/net-mail/notmuch/notmuch-0.37.ebuild +++ b/net-mail/notmuch/notmuch-0.37.ebuild @@ -4,7 +4,6 @@ EAPI=8 DISTUTILS_OPTIONAL=1 -NEED_EMACS="24.1" PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit bash-completion-r1 desktop distutils-r1 elisp-common flag-o-matic pax-utils toolchain-funcs xdg-utils