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 C21DD139349 for ; Mon, 12 Jul 2021 22:38:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECC29E0F13; Mon, 12 Jul 2021 22:38:01 +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 CA558E0EE2 for ; Mon, 12 Jul 2021 22:38:01 +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 EDC5F342D3A for ; Mon, 12 Jul 2021 22:38:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7382E7D4 for ; Mon, 12 Jul 2021 22:37:58 +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: <1626129412.38ac3faadfefba209e16e4462c7b5d795d3e3520.sam@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.7.3.ebuild X-VCS-Directories: dev-python/numexpr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 38ac3faadfefba209e16e4462c7b5d795d3e3520 X-VCS-Branch: master Date: Mon, 12 Jul 2021 22:37:58 +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: dc3b9073-c1d3-47bb-92cc-ba9bcc9a2284 X-Archives-Hash: 12b5f28a10086200f59fd9fb77e47a78 commit: 38ac3faadfefba209e16e4462c7b5d795d3e3520 Author: Sam James gentoo org> AuthorDate: Mon Jul 12 22:36:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 12 22:36:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ac3faa dev-python/numexpr: Stabilize 2.7.3 amd64, #801772 Signed-off-by: Sam James gentoo.org> dev-python/numexpr/numexpr-2.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/numexpr/numexpr-2.7.3.ebuild b/dev-python/numexpr/numexpr-2.7.3.ebuild index 0c128037bfc..37cf6ffd3eb 100644 --- a/dev-python/numexpr/numexpr-2.7.3.ebuild +++ b/dev-python/numexpr/numexpr-2.7.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/pydata/numexpr/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="mkl" RDEPEND="