From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C63B41584AD for ; Sat, 19 Apr 2025 11:08:03 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AC23434309B for ; Sat, 19 Apr 2025 11:08:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AE20B110494; Sat, 19 Apr 2025 11:08:02 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A146C110494 for ; Sat, 19 Apr 2025 11:08:02 +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 58C8B34302E for ; Sat, 19 Apr 2025 11:08:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEC891862 for ; Sat, 19 Apr 2025 11:08:00 +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: <1745060296.0df7cc5d6ef2a110f3e34647c5693617ec9c0eb0.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-24.35.30872.32-r1.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-24.35.30872.32.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-25.13.33276.17-r1.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-25.13.33276.17.ebuild X-VCS-Directories: dev-libs/intel-compute-runtime/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 0df7cc5d6ef2a110f3e34647c5693617ec9c0eb0 X-VCS-Branch: master Date: Sat, 19 Apr 2025 11:08:00 +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: 481ebe49-76e2-4ed0-94b6-c9f87be6aed0 X-Archives-Hash: f2c60e99caa47b568d0c5c8adddfe0aa commit: 0df7cc5d6ef2a110f3e34647c5693617ec9c0eb0 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Apr 19 10:58:16 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Apr 19 10:58:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df7cc5d dev-libs/intel-compute-runtime: add soft blocker on 0 and legacy Closes: https://bugs.gentoo.org/953630 Signed-off-by: Conrad Kostecki gentoo.org> ...35.30872.32.ebuild => intel-compute-runtime-24.35.30872.32-r1.ebuild} | 1 + ...13.33276.17.ebuild => intel-compute-runtime-25.13.33276.17-r1.ebuild} | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-24.35.30872.32.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-24.35.30872.32-r1.ebuild similarity index 98% rename from dev-libs/intel-compute-runtime/intel-compute-runtime-24.35.30872.32.ebuild rename to dev-libs/intel-compute-runtime/intel-compute-runtime-24.35.30872.32-r1.ebuild index 7328f899d296..1404762ad50a 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-24.35.30872.32.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-24.35.30872.32-r1.ebuild @@ -20,6 +20,7 @@ KEYWORDS="amd64" IUSE="+l0 +vaapi" RDEPEND=" + !dev-libs/intel-compute-runtime:0 >=dev-util/intel-graphics-compiler-1.0.17791.18:legacy !dev-util/intel-graphics-compiler:0 >=media-libs/gmmlib-22.5.2:= diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-25.13.33276.17.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-25.13.33276.17-r1.ebuild similarity index 98% rename from dev-libs/intel-compute-runtime/intel-compute-runtime-25.13.33276.17.ebuild rename to dev-libs/intel-compute-runtime/intel-compute-runtime-25.13.33276.17-r1.ebuild index 25e16e8f0451..3adfbe000e05 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-25.13.33276.17.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-25.13.33276.17-r1.ebuild @@ -20,6 +20,7 @@ KEYWORDS="~amd64" IUSE="+l0 +vaapi" RDEPEND=" + !dev-libs/intel-compute-runtime:legacy >=dev-util/intel-graphics-compiler-2.10.2:0 !dev-util/intel-graphics-compiler:legacy >=media-libs/gmmlib-22.7.1:=