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 EDEC315800F for ; Sun, 22 Jan 2023 06:29:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31EB6E07EE; Sun, 22 Jan 2023 06:29:53 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84C7AE07EE for ; Sun, 22 Jan 2023 06:29:52 +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 A1030340E4F for ; Sun, 22 Jan 2023 06:29:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD1397FC for ; Sun, 22 Jan 2023 06:29:49 +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: <1674368954.88f6dcc2af80dea9120ff3e5f42a407dcad1bb8f.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.46.0.ebuild X-VCS-Directories: sci-mathematics/maxima/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 88f6dcc2af80dea9120ff3e5f42a407dcad1bb8f X-VCS-Branch: master Date: Sun, 22 Jan 2023 06:29:49 +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: fc55715b-d5d4-4eaa-872f-88214acbdf94 X-Archives-Hash: 9d53490fd60fcc44364fbbc7caa95b5b commit: 88f6dcc2af80dea9120ff3e5f42a407dcad1bb8f Author: Andrey Grozin gentoo org> AuthorDate: Sun Jan 22 06:29:14 2023 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Sun Jan 22 06:29:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f6dcc2 sci-mathematics/maxima: this version is incompatible with the new gcl-2.6.14 the new version of maxima will require >=gcl-2.6.14 Signed-off-by: Andrey Grozin gentoo.org> sci-mathematics/maxima/maxima-5.46.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/maxima/maxima-5.46.0.ebuild b/sci-mathematics/maxima/maxima-5.46.0.ebuild index f6277ca0507e..fd4032a3ba0b 100644 --- a/sci-mathematics/maxima/maxima-5.46.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.46.0.ebuild @@ -30,7 +30,7 @@ LISP_DEPEND=" clozurecl64? ( dev-lisp/clozurecl app-misc/rlwrap ) cmucl? ( dev-lisp/cmucl app-misc/rlwrap ) ecls? ( dev-lisp/ecls:= app-misc/rlwrap ) - gcl? ( dev-lisp/gcl[ansi,readline] ) + gcl? (