From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1508350-garchives=archives.gentoo.org@lists.gentoo.org> 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 6018015ACFB for <garchives@archives.gentoo.org>; Sun, 16 Apr 2023 12:11:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02CAEE097C; Sun, 16 Apr 2023 12:11:34 +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 D91A1E097C for <gentoo-commits@lists.gentoo.org>; Sun, 16 Apr 2023 12:11:33 +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 E9A7F340E08 for <gentoo-commits@lists.gentoo.org>; Sun, 16 Apr 2023 12:11:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7BCBA4B for <gentoo-commits@lists.gentoo.org>; Sun, 16 Apr 2023 12:11:29 +0000 (UTC) From: "WANG Xuerui" <xen0n@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, "WANG Xuerui" <xen0n@gentoo.org> Message-ID: <1681646581.5219e3bd105b8eb8ecebb1131cb5b77ac9ebf7ce.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/flint/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/flint/flint-2.9.0.ebuild X-VCS-Directories: sci-mathematics/flint/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 5219e3bd105b8eb8ecebb1131cb5b77ac9ebf7ce X-VCS-Branch: master Date: Sun, 16 Apr 2023 12:11:29 +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: a24de2de-3513-4f57-b65e-38c6ab577a56 X-Archives-Hash: f00e6de1e5ddd94955b8be7b98e93850 commit: 5219e3bd105b8eb8ecebb1131cb5b77ac9ebf7ce Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Sun Apr 16 04:46:31 2023 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Sun Apr 16 12:03:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5219e3bd sci-mathematics/flint: keyword 2.9.0 for ~loong Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> sci-mathematics/flint/flint-2.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/flint/flint-2.9.0.ebuild b/sci-mathematics/flint/flint-2.9.0.ebuild index 0880ba0b8068..5a8694e18bfc 100644 --- a/sci-mathematics/flint/flint-2.9.0.ebuild +++ b/sci-mathematics/flint/flint-2.9.0.ebuild @@ -21,7 +21,7 @@ LICENSE="LGPL-2.1+" # Based off the soname, e.g. /usr/lib64/libflint.so -> libflint.so.15 SLOT="0/17" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86" IUSE="doc ntl test" RESTRICT="!test? ( test )"