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 E051D15864F 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 95EB4E0794; Sun, 26 Mar 2023 16:52:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 78311E076B 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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED09C341213 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 9E766964 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: <1679849444.1bbc65189df087df3af0b4a0c70c1b2e8c86251e.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/consult-flycheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild app-emacs/consult-flycheck/consult-flycheck-0.9-r2.ebuild X-VCS-Directories: app-emacs/consult-flycheck/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1bbc65189df087df3af0b4a0c70c1b2e8c86251e 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: 41036994-dfc8-4d93-bbd2-33a08270dc78 X-Archives-Hash: 402623974b1acb867d1c3d72481bd281 commit: 1bbc65189df087df3af0b4a0c70c1b2e8c86251e Author: Matthew Smith gentoo org> AuthorDate: Thu Mar 23 11:53:25 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 26 16:50:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbc6518 app-emacs/consult-flycheck: update NEED_EMACS Signed-off-by: Matthew Smith gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> .../{consult-flycheck-0.9-r1.ebuild => consult-flycheck-0.9-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild b/app-emacs/consult-flycheck/consult-flycheck-0.9-r2.ebuild similarity index 96% rename from app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild rename to app-emacs/consult-flycheck/consult-flycheck-0.9-r2.ebuild index b28863a7366a..d866bc663de1 100644 --- a/app-emacs/consult-flycheck/consult-flycheck-0.9-r1.ebuild +++ b/app-emacs/consult-flycheck/consult-flycheck-0.9-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -NEED_EMACS=26 +NEED_EMACS=27.1 inherit elisp