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 E5A36158094 for ; Wed, 27 Jul 2022 23:37:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C93FEE0DA1; Wed, 27 Jul 2022 23:37:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4602E0D8B for ; Wed, 27 Jul 2022 23:37:24 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A211A341094 for ; Wed, 27 Jul 2022 23:37:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06FD5553 for ; Wed, 27 Jul 2022 23:37:22 +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: <1658965032.9bf800e6437e53fd472f7b684c0aee11dc5e0c65.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-2022.1.6.ebuild X-VCS-Directories: dev-python/pyopencl/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 9bf800e6437e53fd472f7b684c0aee11dc5e0c65 X-VCS-Branch: master Date: Wed, 27 Jul 2022 23:37:22 +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: 7e115fd0-3f55-406e-bbff-1b7f64fea44b X-Archives-Hash: a618f5cb826ed9e78e3d6f71bea7c9f7 commit: 9bf800e6437e53fd472f7b684c0aee11dc5e0c65 Author: Marek Szuba gentoo org> AuthorDate: Wed Jul 27 23:12:05 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jul 27 23:37:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf800e6 dev-python/pyopencl: move media-libs/libglvnd to DEPEND Signed-off-by: Marek Szuba gentoo.org> dev-python/pyopencl/pyopencl-2022.1.6.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-python/pyopencl/pyopencl-2022.1.6.ebuild b/dev-python/pyopencl/pyopencl-2022.1.6.ebuild index f4ac98b955a8..19e2c5a987c8 100644 --- a/dev-python/pyopencl/pyopencl-2022.1.6.ebuild +++ b/dev-python/pyopencl/pyopencl-2022.1.6.ebuild @@ -18,17 +18,18 @@ SLOT="0" KEYWORDS="~amd64 ~ppc64" IUSE="examples opengl" -DEPEND=">=virtual/opencl-2" -RDEPEND="${DEPEND} +COMMON=">=virtual/opencl-2" +# libglvnd is only needed for the headers +DEPEND="${COMMON} + opengl? ( media-libs/libglvnd )" +RDEPEND="${COMMON} >=dev-python/mako-0.3.6[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}] >=dev-python/pytools-2021.2.7[${PYTHON_USEDEP}]" -# libglvnd is only needed for the headers BDEPEND="dev-python/numpy[${PYTHON_USEDEP}] >=dev-python/pybind11-2.5.0[${PYTHON_USEDEP}] -