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.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 D2F98158094 for ; Mon, 25 Jul 2022 15:01:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DDE2E0EEA; Mon, 25 Jul 2022 15:01:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 28FD0E0EEA for ; Mon, 25 Jul 2022 15:01:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 42889340E91 for ; Mon, 25 Jul 2022 15:01:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E916552 for ; Mon, 25 Jul 2022 15:01:29 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1658761263.6ebc7f82b8cb0d9198e90a81964b0e76992045d0.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numexpr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numexpr/numexpr-2.8.3.ebuild X-VCS-Directories: dev-python/numexpr/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 6ebc7f82b8cb0d9198e90a81964b0e76992045d0 X-VCS-Branch: master Date: Mon, 25 Jul 2022 15:01:29 +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: 1329009e-0b03-4b62-94e4-eb54980d7a1a X-Archives-Hash: d7c8300222c9d2686ad02a963e285264 commit: 6ebc7f82b8cb0d9198e90a81964b0e76992045d0 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Jul 25 15:01:03 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Jul 25 15:01:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ebc7f82 dev-python/numexpr: arm64 stable wrt bug #860642 Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/numexpr/numexpr-2.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/numexpr/numexpr-2.8.3.ebuild b/dev-python/numexpr/numexpr-2.8.3.ebuild index f45129e22fcb..a61bf9b9bad3 100644 --- a/dev-python/numexpr/numexpr-2.8.3.ebuild +++ b/dev-python/numexpr/numexpr-2.8.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/pydata/numexpr/archive/v${PV}.tar.gz -> ${P}.gh.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" DEPEND=" >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]