From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD0CD158086 for ; Thu, 2 Dec 2021 18:01:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA9F22BC012; Thu, 2 Dec 2021 18:01:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id C14D52BC012 for ; Thu, 2 Dec 2021 18:01:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BCDD0342E6E for ; Thu, 2 Dec 2021 18:01:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41ACA200 for ; Thu, 2 Dec 2021 18:01:23 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1638468075.5254c631e2b25add55731c3eec027c37fdf5d2c6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-intel-media-driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild X-VCS-Directories: x11-libs/libva-intel-media-driver/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5254c631e2b25add55731c3eec027c37fdf5d2c6 X-VCS-Branch: master Date: Thu, 2 Dec 2021 18:01:23 +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: 29475d40-1d4a-4fcf-b1a3-d64c3a4ec5c8 X-Archives-Hash: d77f166c11799c15cd5d3acbcb7c078f commit: 5254c631e2b25add55731c3eec027c37fdf5d2c6 Author: Matt Turner gentoo org> AuthorDate: Tue Nov 23 20:21:09 2021 +0000 Commit: Matt Turner gentoo 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 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 -}