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 BACC715808B for ; Mon, 7 Feb 2022 10:26:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73DCF2BC011; Mon, 7 Feb 2022 10:26:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D5C2D2BC00B for ; Mon, 7 Feb 2022 10:26:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6761D342F13 for ; Mon, 7 Feb 2022 10:26:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE0892CE for ; Mon, 7 Feb 2022 10:26:04 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1644229558.733e6d7789df269c4d747a2a3a1d5aeecfaa1d6a.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/polymake/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/polymake/polymake-4.6.ebuild X-VCS-Directories: sci-mathematics/polymake/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 733e6d7789df269c4d747a2a3a1d5aeecfaa1d6a X-VCS-Branch: master Date: Mon, 7 Feb 2022 10:26:04 +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: 5c9cdd30-2c96-4011-80a9-f0617b047cbb X-Archives-Hash: 2334ac1c590dc271ecf9ed9c61264708 commit: 733e6d7789df269c4d747a2a3a1d5aeecfaa1d6a Author: Jakov Smolić gentoo org> AuthorDate: Mon Feb 7 10:25:58 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Feb 7 10:25:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733e6d77 sci-mathematics/polymake: Stabilize 4.6 amd64, #832376 Signed-off-by: Jakov Smolić gentoo.org> sci-mathematics/polymake/polymake-4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/polymake/polymake-4.6.ebuild b/sci-mathematics/polymake/polymake-4.6.ebuild index e82e8fe3f95b..7c936b5eb6c6 100644 --- a/sci-mathematics/polymake/polymake-4.6.ebuild +++ b/sci-mathematics/polymake/polymake-4.6.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://polymake.org/" # closer look at how (or even if) the corresponding code is being used. LICENSE="BSD GPL-2 GPL-2+ MIT WTFPL-2" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="bliss +cdd +flint +normaliz libpolymake lrs nauty ppl singular" REQUIRED_USE="^^ ( bliss nauty )"