commit: 426a12dadf0fc388e18890bf687a493050e5a668 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Apr 6 17:28:10 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Apr 10 20:12:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=426a12da
dev-libs/intel-compute-runtime: move slot 0/* to legacy/* The 24.35.30872.X release is the latest release to support legacy devices, so we are move this into a legacy slot. Bug: https://bugs.gentoo.org/943189 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../intel-compute-runtime-24.35.30872.32.ebuild | 5 +++-- ....32961.8.ebuild => intel-compute-runtime-25.09.32961.8-r1.ebuild} | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) 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.ebuild index 7779047d4124..7328f899d296 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.ebuild @@ -15,12 +15,13 @@ SRC_URI="https://github.com/intel/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P S="${WORKDIR}/${MY_P}" LICENSE="MIT" -SLOT="0/1.5.30872" +SLOT="legacy/1.5.30872" KEYWORDS="amd64" IUSE="+l0 +vaapi" RDEPEND=" - >=dev-util/intel-graphics-compiler-1.0.17791.18 + >=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.09.32961.8.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-25.09.32961.8-r1.ebuild similarity index 95% rename from dev-libs/intel-compute-runtime/intel-compute-runtime-25.09.32961.8.ebuild rename to dev-libs/intel-compute-runtime/intel-compute-runtime-25.09.32961.8-r1.ebuild index 2e44ebe9a9ee..25e16e8f0451 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-25.09.32961.8.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-25.09.32961.8-r1.ebuild @@ -20,7 +20,8 @@ KEYWORDS="~amd64" IUSE="+l0 +vaapi" RDEPEND=" - >=dev-util/intel-graphics-compiler-2.10.2 + >=dev-util/intel-graphics-compiler-2.10.2:0 + !dev-util/intel-graphics-compiler:legacy >=media-libs/gmmlib-22.7.1:= "
