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 57D3C158094 for ; Tue, 21 Jun 2022 08:39:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36176E08F2; Tue, 21 Jun 2022 08:39:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C149E08F2 for ; Tue, 21 Jun 2022 08:39:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3013B341598 for ; Tue, 21 Jun 2022 08:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 625BF3C3 for ; Tue, 21 Jun 2022 08:39:09 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1655800720.22d02ac13564e69c4235cc7a2e85b3c957e2e23c.heroxbd@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.3.0.ebuild dev-libs/ocl-icd/ocl-icd-2.3.1.ebuild X-VCS-Directories: dev-libs/ocl-icd/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 22d02ac13564e69c4235cc7a2e85b3c957e2e23c X-VCS-Branch: master Date: Tue, 21 Jun 2022 08:39:09 +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: 566d24d8-e3cf-4086-a24f-3e9d1450796e X-Archives-Hash: d9c60157e426f4ca85d0fca089e51ca8 commit: 22d02ac13564e69c4235cc7a2e85b3c957e2e23c Author: Yiyang Wu gmail com> AuthorDate: Tue Jun 7 06:10:38 2022 +0000 Commit: Benda XU gentoo org> CommitDate: Tue Jun 21 08:38:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d02ac1 dev-libs/ocl-icd: change the vendors dir when use prefix Closes: https://github.com/gentoo/gentoo/pull/25785 Signed-off-by: Yiyang Wu gmail.com> Signed-off-by: Benda Xu gentoo.org> dev-libs/ocl-icd/ocl-icd-2.3.0.ebuild | 5 +++-- dev-libs/ocl-icd/ocl-icd-2.3.1.ebuild | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-libs/ocl-icd/ocl-icd-2.3.0.ebuild b/dev-libs/ocl-icd/ocl-icd-2.3.0.ebuild index 341d58d9a219..84890c9fc9b8 100644 --- a/dev-libs/ocl-icd/ocl-icd-2.3.0.ebuild +++ b/dev-libs/ocl-icd/ocl-icd-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -37,7 +37,8 @@ src_prepare() { multilib_src_configure() { # dev-util/opencl-headers ARE official Khronos Group headers, what this option # does is disable the use of the bundled ones - ECONF_SOURCE="${S}" econf --enable-pthread-once --disable-official-khronos-headers + ECONF_SOURCE="${S}" econf --enable-pthread-once --disable-official-khronos-headers \ + --enable-custom-vendordir="${EPREFIX}/etc/OpenCL/vendors" } multilib_src_compile() { diff --git a/dev-libs/ocl-icd/ocl-icd-2.3.1.ebuild b/dev-libs/ocl-icd/ocl-icd-2.3.1.ebuild index 332354cf47a6..c991dc0798f9 100644 --- a/dev-libs/ocl-icd/ocl-icd-2.3.1.ebuild +++ b/dev-libs/ocl-icd/ocl-icd-2.3.1.ebuild @@ -33,7 +33,8 @@ src_prepare() { multilib_src_configure() { # dev-util/opencl-headers ARE official Khronos Group headers, what this option # does is disable the use of the bundled ones - ECONF_SOURCE="${S}" econf --enable-pthread-once --disable-official-khronos-headers + ECONF_SOURCE="${S}" econf --enable-pthread-once --disable-official-khronos-headers \ + --enable-custom-vendordir="${EPREFIX}/etc/OpenCL/vendors" } multilib_src_compile() {