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 8B243139694 for ; Fri, 30 Jun 2017 12:58:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9131E0BE5; Fri, 30 Jun 2017 12:58:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9914EE0BE5 for ; Fri, 30 Jun 2017 12:58:50 +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 3BF21341900 for ; Fri, 30 Jun 2017 12:58:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A64DD7488 for ; Fri, 30 Jun 2017 12:58:47 +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: <1498827438.1632a48d8a36534752a0aa1f54d3a04638b1a514.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/amdgpu-pro-opencl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.10.429170.ebuild X-VCS-Directories: dev-libs/amdgpu-pro-opencl/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 1632a48d8a36534752a0aa1f54d3a04638b1a514 X-VCS-Branch: master Date: Fri, 30 Jun 2017 12:58:47 +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-Archives-Salt: cc8e89e4-06fa-4c41-a9ee-5ef1a3671e8c X-Archives-Hash: 008b6fdb197c46958f08cb9e8882db3d commit: 1632a48d8a36534752a0aa1f54d3a04638b1a514 Author: Marek Szuba gentoo org> AuthorDate: Fri Jun 30 11:44:08 2017 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jun 30 12:57:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1632a48d dev-libs/amdgpu-pro-opencl: display "caveat emptor" warning after first installation. Package-Manager: Portage-2.3.6, Repoman-2.3.1 .../amdgpu-pro-opencl/amdgpu-pro-opencl-17.10.429170.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.10.429170.ebuild b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.10.429170.ebuild index c75b64c1091..6d8da00df44 100644 --- a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.10.429170.ebuild +++ b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.10.429170.ebuild @@ -60,6 +60,16 @@ src_install() { } pkg_postinst() { + if [[ -z "${REPLACING_VERSIONS}" ]]; then + ewarn "Please note that using proprietary OpenCL libraries together with the" + ewarn "Open Source amdgpu stack is not officially supported by AMD. Do not ask them" + ewarn "for support in case of problems with this package." + ewarn "" + ewarn "Furthermore, if you have the whole AMDGPU-Pro stack installed this package" + ewarn "will almost certainly conflict with it. This might change once AMDGPU-Pro" + ewarn "has become officially supported by Gentoo." + fi + elog "AMD OpenCL driver relies on dev-libs/ocl-icd to work. To enable it, please run" elog "" elog " eselect opencl set ocl-icd"