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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECF7F138359 for ; Tue, 27 Oct 2020 19:58:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5EA4E08BD; Tue, 27 Oct 2020 19:58:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D21E4E08BD for ; Tue, 27 Oct 2020 19:58:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B892A340D09 for ; Tue, 27 Oct 2020 19:58:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D52D3BB for ; Tue, 27 Oct 2020 19:58:53 +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: <1603828527.08d3cca57d9946b556e224c29d6c92121e705e81.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-2.6.3.ebuild X-VCS-Directories: sci-mathematics/flint/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 08d3cca57d9946b556e224c29d6c92121e705e81 X-VCS-Branch: master Date: Tue, 27 Oct 2020 19:58:53 +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: 45ae3954-16db-480e-ae11-9c7223647daf X-Archives-Hash: bbef5e8706f8b9fa8d6e060fef35a6e6 commit: 08d3cca57d9946b556e224c29d6c92121e705e81 Author: Sam James gentoo org> AuthorDate: Tue Oct 27 19:55:27 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 27 19:55:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d3cca5 sci-mathematics/flint: Keyword 2.6.3 arm64, #749927 Signed-off-by: Sam James gentoo.org> sci-mathematics/flint/flint-2.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/flint/flint-2.6.3.ebuild b/sci-mathematics/flint/flint-2.6.3.ebuild index d6ba11ee4b1..d943d1c3905 100644 --- a/sci-mathematics/flint/flint-2.6.3.ebuild +++ b/sci-mathematics/flint/flint-2.6.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://www.flintlib.org/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0/14" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="doc ntl test" RESTRICT="!test? ( test )"