From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1737347-garchives=archives.gentoo.org@lists.gentoo.org> 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 1DB881584AD for <garchives@archives.gentoo.org>; Tue, 15 Apr 2025 03:23:42 +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 016713430F7 for <garchives@archives.gentoo.org>; Tue, 15 Apr 2025 03:23:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 75EF71104B1; Tue, 15 Apr 2025 03:23:37 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 6967B1104B1 for <gentoo-commits@lists.gentoo.org>; Tue, 15 Apr 2025 03:23:37 +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 1C076343065 for <gentoo-commits@lists.gentoo.org>; Tue, 15 Apr 2025 03:23:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7873D1F6A for <gentoo-commits@lists.gentoo.org>; Tue, 15 Apr 2025 03:23:35 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1744687404.2604eaabb61d48a9ed25691ecacbf3f0331badb2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/flint/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/flint/flint-3.1.3_p1-r3.ebuild X-VCS-Directories: sci-mathematics/flint/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2604eaabb61d48a9ed25691ecacbf3f0331badb2 X-VCS-Branch: master Date: Tue, 15 Apr 2025 03:23:35 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 20bb2553-8cf5-4cb5-942c-4aff67585158 X-Archives-Hash: 4fdaabaee479e5e996f07bb1621ff910 commit: 2604eaabb61d48a9ed25691ecacbf3f0331badb2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 15 03:23:24 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 15 03:23:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2604eaab sci-mathematics/flint: Stabilize 3.1.3_p1-r3 arm64, #953715 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-mathematics/flint/flint-3.1.3_p1-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/flint/flint-3.1.3_p1-r3.ebuild b/sci-mathematics/flint/flint-3.1.3_p1-r3.ebuild index 0766a2300847..9d24bf685140 100644 --- a/sci-mathematics/flint/flint-3.1.3_p1-r3.ebuild +++ b/sci-mathematics/flint/flint-3.1.3_p1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1+" # Based off the soname, e.g. /usr/lib64/libflint.so -> libflint.so.15 SLOT="0/19" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" IUSE="doc ntl test" RESTRICT="!test? ( test )"