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 DAE781382C5 for ; Sun, 23 May 2021 12:54:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B22CE07F1; Sun, 23 May 2021 12:54:58 +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 0F233E07F1 for ; Sun, 23 May 2021 12:54:58 +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 BA0E9340CE7 for ; Sun, 23 May 2021 12:54:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B92878B for ; Sun, 23 May 2021 12:54:55 +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: <1621774248.3c35c93502e4ce46e5135b24fa88c5f09bc4516b.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/opencl/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/opencl/opencl-3-r1.ebuild X-VCS-Directories: virtual/opencl/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 3c35c93502e4ce46e5135b24fa88c5f09bc4516b X-VCS-Branch: master Date: Sun, 23 May 2021 12:54:55 +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: 9a99d890-fd6d-4598-a52d-01745552990e X-Archives-Hash: 970b39af88c4a69c636d6e67a0cb49dc commit: 3c35c93502e4ce46e5135b24fa88c5f09bc4516b Author: Marek Szuba gentoo org> AuthorDate: Sun May 23 12:50:48 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun May 23 12:50:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c35c935 virtual/opencl: reorder RDEPEND alternatives dev-libs/opencl-icd-loader is the official official OpenCL ICD loader of the Khronos Group, is kept in good sync with official Khronos Group OpenCL headers (dev-util/opencl-headers), and has got fewer dependencies (in particular does not does not bdepend on Ruby) than dev-libs/ocl-icd. No revbump or keyword change because this should not affect systems with virtual/opencl already emerged. Signed-off-by: Marek Szuba gentoo.org> virtual/opencl/opencl-3-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/virtual/opencl/opencl-3-r1.ebuild b/virtual/opencl/opencl-3-r1.ebuild index e170f20cd30..9b114b48f75 100644 --- a/virtual/opencl/opencl-3-r1.ebuild +++ b/virtual/opencl/opencl-3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,8 +9,8 @@ DESCRIPTION="Virtual for OpenCL API" SLOT="0" KEYWORDS="amd64 x86" -RDEPEND="|| ( dev-libs/ocl-icd[khronos-headers,${MULTILIB_USEDEP}] - dev-libs/opencl-icd-loader[${MULTILIB_USEDEP}] )" +RDEPEND="|| ( dev-libs/opencl-icd-loader[${MULTILIB_USEDEP}] + dev-libs/ocl-icd[khronos-headers,${MULTILIB_USEDEP}] )" pkg_postinst() { elog