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 00C2C15ACFC for ; Sun, 30 Apr 2023 12:28:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B0C9E0101; Sun, 30 Apr 2023 12:28:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4BADE0101 for ; Sun, 30 Apr 2023 12:28:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E80C0341286 for ; Sun, 30 Apr 2023 12:28:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76A7CA4E for ; Sun, 30 Apr 2023 12:28:01 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1682857654.294821f66c257e8a5cb0d4d5c580933136d007d1.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-compute-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/intel-compute-runtime/intel-compute-runtime-23.05.25593.18-r1.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-23.05.25593.18.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-23.09.25812.14-r1.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-23.09.25812.14.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-23.13.26032.17-r1.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-23.13.26032.17.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-23.13.26032.8-r1.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-23.13.26032.8.ebuild X-VCS-Directories: dev-libs/intel-compute-runtime/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 294821f66c257e8a5cb0d4d5c580933136d007d1 X-VCS-Branch: master Date: Sun, 30 Apr 2023 12:28:01 +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: 938562c6-4caa-46bf-8d0e-ddc235094485 X-Archives-Hash: 335d7ac29b8bc0ed24a434931dae175a commit: 294821f66c257e8a5cb0d4d5c580933136d007d1 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Apr 30 12:26:04 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Apr 30 12:27:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294821f6 dev-libs/intel-compute-runtime: add blocker against older level-zero Closes: https://bugs.gentoo.org/905367 Signed-off-by: Conrad Kostecki gentoo.org> ...5.25593.18.ebuild => intel-compute-runtime-23.05.25593.18-r1.ebuild} | 2 +- ...9.25812.14.ebuild => intel-compute-runtime-23.09.25812.14-r1.ebuild} | 2 +- ...3.26032.17.ebuild => intel-compute-runtime-23.13.26032.17-r1.ebuild} | 2 +- ....13.26032.8.ebuild => intel-compute-runtime-23.13.26032.8-r1.ebuild} | 0 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-23.05.25593.18.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-23.05.25593.18-r1.ebuild similarity index 98% rename from dev-libs/intel-compute-runtime/intel-compute-runtime-23.05.25593.18.ebuild rename to dev-libs/intel-compute-runtime/intel-compute-runtime-23.05.25593.18-r1.ebuild index ffb2b97cbbb6..8d18ab1b9029 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-23.05.25593.18.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-23.05.25593.18-r1.ebuild @@ -30,7 +30,7 @@ DEPEND=" >=dev-util/intel-graphics-system-controller-0.8.7:= media-libs/mesa >=virtual/opencl-3 - l0? ( >=dev-libs/level-zero-1.9.4:= ) + l0? ( <=dev-libs/level-zero-1.10.0:= ) vaapi? ( x11-libs/libdrm[video_cards_intel] media-libs/libva diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-23.09.25812.14.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-23.09.25812.14-r1.ebuild similarity index 97% rename from dev-libs/intel-compute-runtime/intel-compute-runtime-23.09.25812.14.ebuild rename to dev-libs/intel-compute-runtime/intel-compute-runtime-23.09.25812.14-r1.ebuild index f25d8d52a81a..9e342470a364 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-23.09.25812.14.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-23.09.25812.14-r1.ebuild @@ -31,7 +31,7 @@ DEPEND=" >=dev-util/intel-graphics-system-controller-0.8.7:= media-libs/mesa >=virtual/opencl-3 - l0? ( >=dev-libs/level-zero-1.10.0:= ) + l0? ( <=dev-libs/level-zero-1.10.0:= ) vaapi? ( x11-libs/libdrm[video_cards_intel] media-libs/libva diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-23.13.26032.17.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-23.13.26032.17-r1.ebuild similarity index 97% rename from dev-libs/intel-compute-runtime/intel-compute-runtime-23.13.26032.17.ebuild rename to dev-libs/intel-compute-runtime/intel-compute-runtime-23.13.26032.17-r1.ebuild index 77004fc7fea3..bbc7fdfaacd5 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-23.13.26032.17.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-23.13.26032.17-r1.ebuild @@ -31,7 +31,7 @@ DEPEND=" >=dev-util/intel-graphics-system-controller-0.8.7:= media-libs/mesa >=virtual/opencl-3 - l0? ( >=dev-libs/level-zero-1.10.0:= ) + l0? ( <=dev-libs/level-zero-1.10.0:= ) vaapi? ( x11-libs/libdrm[video_cards_intel] media-libs/libva diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-23.13.26032.8.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-23.13.26032.8-r1.ebuild similarity index 100% rename from dev-libs/intel-compute-runtime/intel-compute-runtime-23.13.26032.8.ebuild rename to dev-libs/intel-compute-runtime/intel-compute-runtime-23.13.26032.8-r1.ebuild