From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 2228F1584AD for ; Fri, 18 Apr 2025 23:23:17 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 066923430A1 for ; Fri, 18 Apr 2025 23:23:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 666111104B8; Fri, 18 Apr 2025 23:23:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5F3171104B8 for ; Fri, 18 Apr 2025 23:23:10 +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 13023343008 for ; Fri, 18 Apr 2025 23:23:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2442723F9 for ; Fri, 18 Apr 2025 23:23:08 +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: <1745018508.591bfb6d80aaf4739c354a65886522cb09ed021b.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/eclib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/eclib/eclib-20250122.ebuild X-VCS-Directories: sci-mathematics/eclib/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 591bfb6d80aaf4739c354a65886522cb09ed021b X-VCS-Branch: master Date: Fri, 18 Apr 2025 23:23:08 +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: 9e899824-99db-46c6-b29b-91afda9a7351 X-Archives-Hash: 3c88151f69509b9abdd730101a2102af commit: 591bfb6d80aaf4739c354a65886522cb09ed021b Author: Michael Orlitzky gentoo org> AuthorDate: Fri Apr 18 23:21:48 2025 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Apr 18 23:21:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591bfb6d sci-mathematics/eclib: stabilize 20250122 for amd64 Signed-off-by: Michael Orlitzky gentoo.org> sci-mathematics/eclib/eclib-20250122.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/eclib/eclib-20250122.ebuild b/sci-mathematics/eclib/eclib-20250122.ebuild index e4401e9eab5c..8704f253f3ca 100644 --- a/sci-mathematics/eclib/eclib-20250122.ebuild +++ b/sci-mathematics/eclib/eclib-20250122.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/JohnCremona/${PN}/releases/download/${PV}/${P}.tar.b LICENSE="GPL-2+ LGPL-2.1+" SLOT="0/14" -KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="boost flint minimal test" RESTRICT="!test? ( test )"