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 656CF139335 for ; Sat, 26 Jun 2021 09:45:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 801DDE0826; Sat, 26 Jun 2021 09:45:43 +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 68BA6E0826 for ; Sat, 26 Jun 2021 09:45:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 28B34343497 for ; Sat, 26 Jun 2021 09:45:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 692CC7A7 for ; Sat, 26 Jun 2021 09:45:40 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1624700737.97e4d5fb445c450e33d98408648922bedb0f3919.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ocl-icd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/ocl-icd/ocl-icd-2.2.12-r4.ebuild X-VCS-Directories: dev-libs/ocl-icd/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 97e4d5fb445c450e33d98408648922bedb0f3919 X-VCS-Branch: master Date: Sat, 26 Jun 2021 09:45:40 +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: bfda9544-5794-4735-9530-55a2e2668835 X-Archives-Hash: 925a33bcd5a241cfef7008870f34dacf commit: 97e4d5fb445c450e33d98408648922bedb0f3919 Author: Patrick Lauer gentoo org> AuthorDate: Sat Jun 26 08:01:11 2021 +0000 Commit: 罗百科 gentoo org> CommitDate: Sat Jun 26 09:45:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e4d5fb dev-libs/ocl-icd: Fix dependencies Closes: https://bugs.gentoo.org/798444 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Patrick Lauer gentoo.org> dev-libs/ocl-icd/ocl-icd-2.2.12-r4.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/ocl-icd/ocl-icd-2.2.12-r4.ebuild b/dev-libs/ocl-icd/ocl-icd-2.2.12-r4.ebuild index d3d2516ba6d..3cc734b6f73 100644 --- a/dev-libs/ocl-icd/ocl-icd-2.2.12-r4.ebuild +++ b/dev-libs/ocl-icd/ocl-icd-2.2.12-r4.ebuild @@ -19,7 +19,6 @@ IUSE="+khronos-headers" BDEPEND="${RUBY_DEPS}" DEPEND="~dev-util/opencl-headers-2020.06.16" -DEPEND="dev-util/opencl-headers" RDEPEND="${DEPEND} !app-eselect/eselect-opencl !dev-libs/opencl-icd-loader"