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 B8A3713933E for ; Sat, 17 Jul 2021 18:58:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6311E0B9D; Sat, 17 Jul 2021 18:58:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9A302E0B9D for ; Sat, 17 Jul 2021 18:58:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 97B9A342A69 for ; Sat, 17 Jul 2021 18:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52B4A581 for ; Sat, 17 Jul 2021 18:58:27 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1626548162.ad7de14616de70335cee40cf253d690f6c27a178.mjo@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.1-r1.ebuild sci-mathematics/maxima/maxima-5.45.1-r2.ebuild X-VCS-Directories: sci-mathematics/maxima/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: ad7de14616de70335cee40cf253d690f6c27a178 X-VCS-Branch: master Date: Sat, 17 Jul 2021 18:58:27 +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: 982e2911-9f0e-49b9-95bf-1b608d816417 X-Archives-Hash: e49d6256c0e643d0a7a91061b582243c commit: ad7de14616de70335cee40cf253d690f6c27a178 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Jul 17 17:35:32 2021 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Jul 17 18:56:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7de146 sci-mathematics/maxima: add slot:= operators for lisp dependencies. Maxima needs to be rebuilt when its lisp engine changes. Of the lisps supported by maxima, dev-lisp/sbcl, dev-lisp/ecls, and dev-lisp/clisp make use of subslots. This new revision adds := to the corresponding dependencies. This partially addresses bug 797574 by forcing rebuilds of maxima when sbcl is upgraded. Bug: https://bugs.gentoo.org/797574 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Michael Orlitzky gentoo.org> .../maxima/{maxima-5.45.1-r1.ebuild => maxima-5.45.1-r2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/maxima/maxima-5.45.1-r1.ebuild b/sci-mathematics/maxima/maxima-5.45.1-r2.ebuild similarity index 98% rename from sci-mathematics/maxima/maxima-5.45.1-r1.ebuild rename to sci-mathematics/maxima/maxima-5.45.1-r2.ebuild index 43eddc8c8b5..532a39609b7 100644 --- a/sci-mathematics/maxima/maxima-5.45.1-r1.ebuild +++ b/sci-mathematics/maxima/maxima-5.45.1-r2.ebuild @@ -25,13 +25,13 @@ for lang in ${LANGS}; do done LISP_DEPEND=" - clisp? ( dev-lisp/clisp ) + clisp? ( dev-lisp/clisp:= ) clozurecl? ( dev-lisp/clozurecl app-misc/rlwrap ) clozurecl64? ( dev-lisp/clozurecl app-misc/rlwrap ) cmucl? ( dev-lisp/cmucl app-misc/rlwrap ) - ecls? ( dev-lisp/ecls app-misc/rlwrap ) + ecls? ( dev-lisp/ecls:= app-misc/rlwrap ) gcl? ( dev-lisp/gcl[ansi,readline] ) - sbcl? ( dev-lisp/sbcl app-misc/rlwrap ) + sbcl? ( dev-lisp/sbcl:= app-misc/rlwrap ) " # Python is used in e.g. doc/info/build_html.sh to build the docs.