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 DD3AC138334 for ; Thu, 17 Jan 2019 21:28:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A67CE0BE1; Thu, 17 Jan 2019 21:28:57 +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 DB0D3E0BE1 for ; Thu, 17 Jan 2019 21:28:56 +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 E176E335C16 for ; Thu, 17 Jan 2019 21:28:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59C4844B for ; Thu, 17 Jan 2019 21:28:54 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1547760523.4739b0a41d6e1a1e827f8df9384ee2d4d4ab5466.zlogene@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.6.8.ebuild X-VCS-Directories: dev-python/numexpr/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 4739b0a41d6e1a1e827f8df9384ee2d4d4ab5466 X-VCS-Branch: master Date: Thu, 17 Jan 2019 21:28:54 +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: c9be897e-3119-443f-a514-eb3a3e1b987e X-Archives-Hash: 73a6cf7642b09a60ef7a4bef70ef7bc5 commit: 4739b0a41d6e1a1e827f8df9384ee2d4d4ab5466 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Jan 17 21:28:43 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Jan 17 21:28:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4739b0a4 dev-python/numexpr: amd64 stable wrt bug #673840 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/numexpr/numexpr-2.6.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/numexpr/numexpr-2.6.8.ebuild b/dev-python/numexpr/numexpr-2.6.8.ebuild index ae288b7bd6b..7f2606c705a 100644 --- a/dev-python/numexpr/numexpr-2.6.8.ebuild +++ b/dev-python/numexpr/numexpr-2.6.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="mkl" RDEPEND="