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 439721382C5 for ; Tue, 2 Jun 2020 22:21:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADF4BE086B; Tue, 2 Jun 2020 22:21:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 94065E086B for ; Tue, 2 Jun 2020 22:21:28 +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 8BA6F34EF77 for ; Tue, 2 Jun 2020 22:21:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FF3F27F for ; Tue, 2 Jun 2020 22:21:24 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1591136462.50c1537f1e4a9b80b2535c78c147e64aaab1254d.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cxsparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/cxsparse/cxsparse-3.2.0.ebuild X-VCS-Directories: sci-libs/cxsparse/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 50c1537f1e4a9b80b2535c78c147e64aaab1254d X-VCS-Branch: master Date: Tue, 2 Jun 2020 22:21:24 +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: cef8b20f-6764-452b-a9dc-1124677804e6 X-Archives-Hash: 95cffaf148bbe5ad13745a465be77607 commit: 50c1537f1e4a9b80b2535c78c147e64aaab1254d Author: Sam James (sam_c) cmpct info> AuthorDate: Mon Jun 1 16:41:56 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Jun 2 22:21:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c1537f sci-libs/cxsparse: arm64 keyworded (bug #716982) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Mart Raudsepp gentoo.org> sci-libs/cxsparse/cxsparse-3.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/cxsparse/cxsparse-3.2.0.ebuild b/sci-libs/cxsparse/cxsparse-3.2.0.ebuild index 5c8ca14041e..0abd3b6775c 100644 --- a/sci-libs/cxsparse/cxsparse-3.2.0.ebuild +++ b/sci-libs/cxsparse/cxsparse-3.2.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="static-libs" BDEPEND="virtual/pkgconfig"