From 37aae16738853e30d1dbfc911a6946b9c7de81bd Mon Sep 17 00:00:00 2001 From: George G Date: Sat, 31 May 2025 10:17:18 +0000 Subject: [PATCH] media-libs/intel-mediasdk: Update reference to media-libs/vpl-gpu-rt In e21e3e247232 media-libs/oneVPL-intel-gpu was renamed to media-libs/vpl-gpu-rt. Signed-off-by: George G Part-of: https://github.com/gentoo/gentoo/pull/42371 Closes: https://github.com/gentoo/gentoo/pull/42371 Signed-off-by: Nowa Ammerlaan --- media-libs/intel-mediasdk/intel-mediasdk-23.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/intel-mediasdk/intel-mediasdk-23.2.2.ebuild b/media-libs/intel-mediasdk/intel-mediasdk-23.2.2.ebuild index b1ee6951b88cb..b3d6feb9a378a 100644 --- a/media-libs/intel-mediasdk/intel-mediasdk-23.2.2.ebuild +++ b/media-libs/intel-mediasdk/intel-mediasdk-23.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -94,5 +94,5 @@ multilib_src_configure() { } pkg_postinst() { - optfeature "Intel GPUs newer then, and including, Intel Xe" media-libs/oneVPL-intel-gpu + optfeature "Intel GPUs newer then, and including, Intel Xe" media-libs/vpl-gpu-rt }