commit: 5254c631e2b25add55731c3eec027c37fdf5d2c6 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Nov 23 20:21:09 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Dec 2 18:01:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5254c631
x11-libs/libva-intel-media-driver: Remove IUSE=set-as-default As I understand it, this dates from before a time before multiple backend driver support landed in libva in https://github.com/intel/libva/pull/351 which was first in libva-2.6.0. Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> .../libva-intel-media-driver-9999.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild index 918f62446ee5..0a05dcd1c864 100644 --- a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild +++ b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild @@ -25,7 +25,7 @@ HOMEPAGE="https://github.com/intel/media-driver" LICENSE="MIT BSD redistributable? ( no-source-code )" SLOT="0" -IUSE="+custom-cflags +redistributable set-as-default test X" +IUSE="+custom-cflags +redistributable test X" RESTRICT="!test? ( test )" @@ -54,12 +54,3 @@ src_configure() { cmake_src_configure } - -src_install() { - cmake_src_install - - if use set-as-default ; then - echo 'LIBVA_DRIVER_NAME="iHD"' > "${T}/55libva-intel-media-driver" || die - doenvd "${T}/55libva-intel-media-driver" - fi -}
