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 0F0FB138359 for ; Mon, 12 Oct 2020 11:03:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AC0FE089C; Mon, 12 Oct 2020 11:03:45 +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 3EAA1E089C for ; Mon, 12 Oct 2020 11:03:45 +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 E1A1C335D95 for ; Mon, 12 Oct 2020 11:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C3FB332 for ; Mon, 12 Oct 2020 11:03:42 +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: <1602500599.f1a4f6e152c5e2e3008a0c2e264aed88504c5b8a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/eigen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/eigen/eigen-3.3.7-r1.ebuild X-VCS-Directories: dev-cpp/eigen/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f1a4f6e152c5e2e3008a0c2e264aed88504c5b8a X-VCS-Branch: master Date: Mon, 12 Oct 2020 11:03:42 +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: f181f9cb-2be3-47ee-a4e3-f09e8f9e3fbd X-Archives-Hash: df69e652e5f8c22da9a168c4fd2c5b7a commit: f1a4f6e152c5e2e3008a0c2e264aed88504c5b8a Author: Sam James gentoo org> AuthorDate: Mon Oct 12 11:03:19 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 12 11:03:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a4f6e1 dev-cpp/eigen: Stabilize 3.3.7-r1 arm64, #738380 Signed-off-by: Sam James gentoo.org> dev-cpp/eigen/eigen-3.3.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/eigen/eigen-3.3.7-r1.ebuild b/dev-cpp/eigen/eigen-3.3.7-r1.ebuild index 344701df58b..5c24e8c3aaa 100644 --- a/dev-cpp/eigen/eigen-3.3.7-r1.ebuild +++ b/dev-cpp/eigen/eigen-3.3.7-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.com/libeigen/eigen/-/archive/3.3.7/${P}.tar.bz2 -> ${P}- LICENSE="MPL-2.0" SLOT="3" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="cpu_flags_arm_neon cpu_flags_ppc_altivec cpu_flags_ppc_vsx cuda debug doc openmp test" #zvector RESTRICT="!test? ( test )"