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 C3E231382C5 for ; Sun, 17 May 2020 07:50:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B98EDE08AC; Sun, 17 May 2020 07:50:40 +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 A0EA1E08AC for ; Sun, 17 May 2020 07:50:40 +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 B662F34F6B5 for ; Sun, 17 May 2020 07:50:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F5609C for ; Sun, 17 May 2020 07:50:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1589701791.8a743dc89c86e098e1c1259c99f32a6956229eb0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyopencl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyopencl/pyopencl-2017.2.ebuild dev-python/pyopencl/pyopencl-2019.1.2.ebuild X-VCS-Directories: dev-python/pyopencl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8a743dc89c86e098e1c1259c99f32a6956229eb0 X-VCS-Branch: master Date: Sun, 17 May 2020 07:50:37 +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: 3092576f-0213-46a5-a069-edecafe6f3c5 X-Archives-Hash: 77fc496ad4ea7470d7811f355a107f18 commit: 8a743dc89c86e098e1c1259c99f32a6956229eb0 Author: Michał Górny gentoo org> AuthorDate: Sun May 17 07:49:51 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 17 07:49:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a743dc8 dev-python/pyopencl: Remove x86 keywords The package is probably not very useful to people running on x86, and its dependency, dev-python/pytools, is broken on 32-bit x86. Signed-off-by: Michał Górny gentoo.org> dev-python/pyopencl/pyopencl-2017.2.ebuild | 2 +- dev-python/pyopencl/pyopencl-2019.1.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyopencl/pyopencl-2017.2.ebuild b/dev-python/pyopencl/pyopencl-2017.2.ebuild index f2766675502..3cd10cba090 100644 --- a/dev-python/pyopencl/pyopencl-2017.2.ebuild +++ b/dev-python/pyopencl/pyopencl-2017.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64" IUSE="examples opengl" RDEPEND=" diff --git a/dev-python/pyopencl/pyopencl-2019.1.2.ebuild b/dev-python/pyopencl/pyopencl-2019.1.2.ebuild index 436d47db04a..73b273d25bb 100644 --- a/dev-python/pyopencl/pyopencl-2019.1.2.ebuild +++ b/dev-python/pyopencl/pyopencl-2019.1.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="examples opengl" RDEPEND="