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 B0007158086 for ; Thu, 18 Nov 2021 23:50:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1F63E086E; Thu, 18 Nov 2021 23:50:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 83394E086E for ; Thu, 18 Nov 2021 23:50:43 +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 86241342FDB for ; Thu, 18 Nov 2021 23:50:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E279164 for ; Thu, 18 Nov 2021 23:50:39 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1637279425.9f20e67e5c3d4bca4dbb35dd5610806c0505246b.gyakovlev@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.42.1-r1.ebuild X-VCS-Directories: sci-mathematics/maxima/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9f20e67e5c3d4bca4dbb35dd5610806c0505246b X-VCS-Branch: master Date: Thu, 18 Nov 2021 23:50:39 +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: 4015edaa-00f9-4c54-a52c-3d8f5abed543 X-Archives-Hash: c0329d9773b4eeefb1679003fb8c6a4a commit: 9f20e67e5c3d4bca4dbb35dd5610806c0505246b Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Nov 18 23:49:07 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Nov 18 23:50:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f20e67e sci-mathematics/maxima: destabilize 5.42.1-r1 for ~ppc Signed-off-by: Georgy Yakovlev gentoo.org> sci-mathematics/maxima/maxima-5.42.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/maxima/maxima-5.42.1-r1.ebuild b/sci-mathematics/maxima/maxima-5.42.1-r1.ebuild index 087518553d51..e06559d09565 100644 --- a/sci-mathematics/maxima/maxima-5.42.1-r1.ebuild +++ b/sci-mathematics/maxima/maxima-5.42.1-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2 GPL-2+" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" # Supported lisps LISPS=( sbcl cmucl gcl ecls clozurecl clisp )