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 F07061382C5 for ; Mon, 17 May 2021 14:50:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 234DAE07A5; Mon, 17 May 2021 14:50:29 +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 074FFE078A for ; Mon, 17 May 2021 14:50:29 +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 9670C340948 for ; Mon, 17 May 2021 14:50:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A0CA78B for ; Mon, 17 May 2021 14:50:26 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1621263015.f858af100b5f99e205346859a4d6a89b7a087770.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyopencl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyopencl/pyopencl-2021.1.3.ebuild dev-python/pyopencl/pyopencl-2021.1.6.ebuild X-VCS-Directories: dev-python/pyopencl/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: f858af100b5f99e205346859a4d6a89b7a087770 X-VCS-Branch: master Date: Mon, 17 May 2021 14:50:26 +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: 4f3d851c-f7c2-43bb-b480-1fd72a46f593 X-Archives-Hash: 86f4a70b05a9e5e66682bd6390f61ad4 commit: f858af100b5f99e205346859a4d6a89b7a087770 Author: Marek Szuba gentoo org> AuthorDate: Mon May 17 14:45:12 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon May 17 14:50:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f858af10 dev-python/pyopencl: add virtual/opencl to DEPEND Signed-off-by: Marek Szuba gentoo.org> dev-python/pyopencl/pyopencl-2021.1.3.ebuild | 6 +++--- dev-python/pyopencl/pyopencl-2021.1.6.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/pyopencl/pyopencl-2021.1.3.ebuild b/dev-python/pyopencl/pyopencl-2021.1.3.ebuild index 2c8ad069433..a08b0c4fd9b 100644 --- a/dev-python/pyopencl/pyopencl-2021.1.3.ebuild +++ b/dev-python/pyopencl/pyopencl-2021.1.3.ebuild @@ -17,14 +17,14 @@ SLOT="0" KEYWORDS="amd64" IUSE="examples opengl" -COMMON="dev-python/numpy[${PYTHON_USEDEP}]" +COMMON="dev-python/numpy[${PYTHON_USEDEP}] + >=virtual/opencl-2" RDEPEND="${COMMON} >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}] dev-python/mako[${PYTHON_USEDEP}] >=dev-python/pytools-2017.6[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] - >=virtual/opencl-2" + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]" DEPEND="${COMMON} dev-python/pybind11[${PYTHON_USEDEP}]" diff --git a/dev-python/pyopencl/pyopencl-2021.1.6.ebuild b/dev-python/pyopencl/pyopencl-2021.1.6.ebuild index a9a305e869f..750928e8526 100644 --- a/dev-python/pyopencl/pyopencl-2021.1.6.ebuild +++ b/dev-python/pyopencl/pyopencl-2021.1.6.ebuild @@ -17,14 +17,14 @@ SLOT="0" KEYWORDS="~amd64" IUSE="examples opengl" -COMMON="dev-python/numpy[${PYTHON_USEDEP}]" +COMMON="dev-python/numpy[${PYTHON_USEDEP}] + >=virtual/opencl-2" RDEPEND="${COMMON} >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}] dev-python/mako[${PYTHON_USEDEP}] >=dev-python/pytools-2017.6[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] - >=virtual/opencl-2" + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]" DEPEND="${COMMON} dev-python/pybind11[${PYTHON_USEDEP}]"