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 08B8615808B for ; Fri, 1 Apr 2022 17:52:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8694BE08CD; Fri, 1 Apr 2022 17:52:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3300CE08BD for ; Fri, 1 Apr 2022 17:52:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37FB3341862 for ; Fri, 1 Apr 2022 17:51:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB82B35F for ; Fri, 1 Apr 2022 17:51:57 +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: <1648835511.22cfe99d3cbaedefa9d3a2afd67e54fe842232b7.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: 22cfe99d3cbaedefa9d3a2afd67e54fe842232b7 X-VCS-Branch: master Date: Fri, 1 Apr 2022 17:51:57 +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: 5b7a8f32-31fc-439e-b71e-5159f512304b X-Archives-Hash: 86a5f0b710a413e8ea7f154b2592c019 commit: 22cfe99d3cbaedefa9d3a2afd67e54fe842232b7 Author: Matt Turner gentoo org> AuthorDate: Thu Mar 31 21:22:02 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Apr 1 17:51:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22cfe99d x11-libs/libva-intel-media-driver: Depend on >=libva-2.14.0 Needed for AV1 support. Signed-off-by: Matt Turner gentoo.org> .../libva-intel-media-driver/libva-intel-media-driver-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 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 b0004515b354..467f8eb13c6f 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,7 +30,7 @@ IUSE="+redistributable test X" RESTRICT="!test? ( test )" DEPEND=">=media-libs/gmmlib-22.0.0:= - >=x11-libs/libva-2.13.0[X?] + >=x11-libs/libva-2.14.0[X?] " RDEPEND="${DEPEND}"