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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00FFE1382C5 for ; Wed, 9 Jun 2021 10:29:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B02CE079E; Wed, 9 Jun 2021 10:29:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECD2DE079E for ; Wed, 9 Jun 2021 10:29:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E2AD335C7D for ; Wed, 9 Jun 2021 10:29:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8D0778E for ; Wed, 9 Jun 2021 10:29:05 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1623234502.28f7c358f20c84b1c8b1c5be1b9afe057f8529e0.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/maxima/maxima-5.45.0.ebuild X-VCS-Directories: sci-mathematics/maxima/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 28f7c358f20c84b1c8b1c5be1b9afe057f8529e0 X-VCS-Branch: master Date: Wed, 9 Jun 2021 10:29:05 +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: 741207db-5a8f-4b5a-8a39-452b00d35bec X-Archives-Hash: b9c88b60c92b1fb345ddde6a75a47d78 commit: 28f7c358f20c84b1c8b1c5be1b9afe057f8529e0 Author: Andrey Grozin gentoo org> AuthorDate: Wed Jun 9 10:28:22 2021 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Wed Jun 9 10:28:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f7c358 sci-mathematics/maxima: depend on >=emacs-26 Closes: https://bugs.gentoo.org/794190 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrey Grozin gentoo.org> sci-mathematics/maxima/maxima-5.45.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/maxima/maxima-5.45.0.ebuild b/sci-mathematics/maxima/maxima-5.45.0.ebuild index 32f16ada3d3..d76b8b91037 100644 --- a/sci-mathematics/maxima/maxima-5.45.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.45.0.ebuild @@ -47,7 +47,7 @@ BDEPEND=" DEPEND=" ${LISP_DEPEND} - emacs? ( >=app-editors/emacs-23.1:* ) + emacs? ( >=app-editors/emacs-26:* ) gui? ( dev-lang/tk:0 ) "