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 A5BFA15800A for ; Sun, 16 Jul 2023 05:25:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56D2FE084A; Sun, 16 Jul 2023 05:25:40 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39252E084A for ; Sun, 16 Jul 2023 05:25:40 +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 02462340CF8 for ; Sun, 16 Jul 2023 05:25:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64B98B55 for ; Sun, 16 Jul 2023 05:25:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1689485118.97cb0b0045883c7c9f1d4091dc6ab21a3af19b3b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/eclib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/eclib/eclib-20230424.ebuild X-VCS-Directories: sci-mathematics/eclib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 97cb0b0045883c7c9f1d4091dc6ab21a3af19b3b X-VCS-Branch: master Date: Sun, 16 Jul 2023 05:25:37 +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: 2d0cf910-5189-4a60-9d30-e85e7d902a31 X-Archives-Hash: 1817307f47559fe9d5dcaa9f53ed766d commit: 97cb0b0045883c7c9f1d4091dc6ab21a3af19b3b Author: Sam James gentoo org> AuthorDate: Sun Jul 16 05:25:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 16 05:25:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97cb0b00 sci-mathematics/eclib: Stabilize 20230424 amd64, #910411 Signed-off-by: Sam James gentoo.org> sci-mathematics/eclib/eclib-20230424.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/eclib/eclib-20230424.ebuild b/sci-mathematics/eclib/eclib-20230424.ebuild index b6530c437e9e..acd6e324bbf0 100644 --- a/sci-mathematics/eclib/eclib-20230424.ebuild +++ b/sci-mathematics/eclib/eclib-20230424.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/JohnCremona/${PN}/releases/download/v${PV}/${P}.tar. LICENSE="GPL-2" SLOT="0/12" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="boost flint minimal test" RESTRICT="!test? ( test )"