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 6627F158041 for ; Sun, 24 Mar 2024 23:31:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF343E29E7; Sun, 24 Mar 2024 23:31:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 65223E29E7 for ; Sun, 24 Mar 2024 23:31:39 +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 607BB343051 for ; Sun, 24 Mar 2024 23:31:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 970E6B71 for ; Sun, 24 Mar 2024 23:31:34 +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: <1711323056.84ede404c19bf2d4ac4b9f14c148422968417fe1.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.52.28202.23-r1.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-23.52.28202.23.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-24.05.28454.17-r1.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-24.05.28454.17.ebuild X-VCS-Directories: dev-libs/intel-compute-runtime/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 84ede404c19bf2d4ac4b9f14c148422968417fe1 X-VCS-Branch: master Date: Sun, 24 Mar 2024 23:31:34 +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: 9533899c-d80c-4ed0-a769-9a394bbfe3e8 X-Archives-Hash: 32cb9f87f18dc3775d189509429686c5 commit: 84ede404c19bf2d4ac4b9f14c148422968417fe1 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Mar 24 23:27:51 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Mar 24 23:30:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ede404 dev-libs/intel-compute-runtime: fix deps Closes: https://bugs.gentoo.org/927747 Signed-off-by: Conrad Kostecki gentoo.org> ...2.23.ebuild => intel-compute-runtime-23.52.28202.23-r1.ebuild} | 8 +++++--- ...4.17.ebuild => intel-compute-runtime-24.05.28454.17-r1.ebuild} | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-23.52.28202.23.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-23.52.28202.23-r1.ebuild similarity index 97% rename from dev-libs/intel-compute-runtime/intel-compute-runtime-23.52.28202.23.ebuild rename to dev-libs/intel-compute-runtime/intel-compute-runtime-23.52.28202.23-r1.ebuild index 5f0fc518d85e..69877d079fea 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-23.52.28202.23.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-23.52.28202.23-r1.ebuild @@ -19,15 +19,17 @@ SLOT="0" KEYWORDS="amd64" IUSE="+l0 +vaapi" -RDEPEND=">=media-libs/gmmlib-22.3.5:=" +RDEPEND=" + >=dev-util/intel-graphics-compiler-1.0.15136.4 + >=media-libs/gmmlib-22.3.5:= +" DEPEND=" - ${DEPEND} + ${RDEPEND} dev-libs/intel-metrics-discovery:= dev-libs/intel-metrics-library:= dev-libs/libnl:3 dev-libs/libxml2:2 - >=dev-util/intel-graphics-compiler-1.0.15136.4 >=dev-util/intel-graphics-system-controller-0.8.13:= media-libs/mesa >=virtual/opencl-3 diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-24.05.28454.17.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-24.05.28454.17-r1.ebuild similarity index 97% rename from dev-libs/intel-compute-runtime/intel-compute-runtime-24.05.28454.17.ebuild rename to dev-libs/intel-compute-runtime/intel-compute-runtime-24.05.28454.17-r1.ebuild index ae6891ffa757..717beccf91d2 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-24.05.28454.17.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-24.05.28454.17-r1.ebuild @@ -19,15 +19,17 @@ SLOT="0" KEYWORDS="~amd64" IUSE="+l0 +vaapi" -RDEPEND=">=media-libs/gmmlib-22.3.17:=" +RDEPEND=" + >=dev-util/intel-graphics-compiler-1.0.15985.15 + >=media-libs/gmmlib-22.3.17:= +" DEPEND=" - ${DEPEND} + ${RDEPEND} dev-libs/intel-metrics-discovery:= dev-libs/intel-metrics-library:= dev-libs/libnl:3 dev-libs/libxml2:2 - >=dev-util/intel-graphics-compiler-1.0.15985.15 >=dev-util/intel-graphics-system-controller-0.8.16:= media-libs/mesa >=virtual/opencl-3