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 3464C13835A for ; Tue, 6 Oct 2020 21:11:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58C0DE09BA; Tue, 6 Oct 2020 21:11:08 +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 422A9E09BA for ; Tue, 6 Oct 2020 21:11:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0799234076D for ; Tue, 6 Oct 2020 21:11:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 896DA397 for ; Tue, 6 Oct 2020 21:11:05 +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: <1602018572.af2f80ea91b90b3fd077243f2326c9106b48a2b7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/qrupdate/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/qrupdate/qrupdate-1.1.2-r1.ebuild X-VCS-Directories: sci-libs/qrupdate/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: af2f80ea91b90b3fd077243f2326c9106b48a2b7 X-VCS-Branch: master Date: Tue, 6 Oct 2020 21:11:05 +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: e96acc6c-18b7-41a0-a8c4-61e6c714e520 X-Archives-Hash: 7b3ff90609b16cf9a43ccf225be7965f commit: af2f80ea91b90b3fd077243f2326c9106b48a2b7 Author: Sam James gentoo org> AuthorDate: Tue Oct 6 21:09:32 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 6 21:09:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2f80ea sci-libs/qrupdate: Keyword 1.1.2-r1 arm64, #746944 Signed-off-by: Sam James gentoo.org> sci-libs/qrupdate/qrupdate-1.1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/qrupdate/qrupdate-1.1.2-r1.ebuild b/sci-libs/qrupdate/qrupdate-1.1.2-r1.ebuild index 781d1d056c2..57148f4551b 100644 --- a/sci-libs/qrupdate/qrupdate-1.1.2-r1.ebuild +++ b/sci-libs/qrupdate/qrupdate-1.1.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~amd64-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~ppc-macos" IUSE="static-libs" RDEPEND="virtual/lapack"