media-libs/intel-mediasdk: Update reference to media-libs/vpl-gpu-rt

In e21e3e2472 media-libs/oneVPL-intel-gpu was renamed to
media-libs/vpl-gpu-rt.

Signed-off-by: George G <gg7@users.noreply.github.com>
Part-of: https://github.com/gentoo/gentoo/pull/42371
Closes: https://github.com/gentoo/gentoo/pull/42371
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
George G
2025-05-31 10:17:18 +00:00
committed by Nowa Ammerlaan
parent 91eff8e773
commit 37aae16738

View File

@@ -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
}