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 9F44515ACFC for ; Tue, 25 Apr 2023 15:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEBCCE09B5; Tue, 25 Apr 2023 15:20:41 +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 CA0C7E09B5 for ; Tue, 25 Apr 2023 15:20:41 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07027340EC1 for ; Tue, 25 Apr 2023 15:20:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BF15A54 for ; Tue, 25 Apr 2023 15:20:39 +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: <1682436035.a22b2d72225f7d2945c2d5c5de3e6b7a33aa073b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-23.0.3.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a22b2d72225f7d2945c2d5c5de3e6b7a33aa073b X-VCS-Branch: master Date: Tue, 25 Apr 2023 15:20:39 +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: fba5d406-6bc7-4436-9060-e54522c13d7b X-Archives-Hash: 48f109da88979b69916df91c837ba0a2 commit: a22b2d72225f7d2945c2d5c5de3e6b7a33aa073b Author: Fco Javier Felix inode64 com> AuthorDate: Sat Apr 22 07:28:15 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Apr 25 15:20:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22b2d72 media-libs/mesa: Require USE=X for USE=vdpau Signed-off-by: Fco Javier Felix inode64.com> Closes: https://github.com/gentoo/gentoo/pull/30695 Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-23.0.3.ebuild | 1 + media-libs/mesa/mesa-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-libs/mesa/mesa-23.0.3.ebuild b/media-libs/mesa/mesa-23.0.3.ebuild index 06b88a6fdeca..1d4bb730495f 100644 --- a/media-libs/mesa/mesa-23.0.3.ebuild +++ b/media-libs/mesa/mesa-23.0.3.ebuild @@ -43,6 +43,7 @@ REQUIRED_USE=" video_cards_radeon? ( x86? ( llvm ) amd64? ( llvm ) ) video_cards_r300? ( x86? ( llvm ) amd64? ( llvm ) ) video_cards_radeonsi? ( llvm ) + vdpau? ( X ) xa? ( X ) zink? ( vulkan ) " diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 06b88a6fdeca..1d4bb730495f 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -43,6 +43,7 @@ REQUIRED_USE=" video_cards_radeon? ( x86? ( llvm ) amd64? ( llvm ) ) video_cards_r300? ( x86? ( llvm ) amd64? ( llvm ) ) video_cards_radeonsi? ( llvm ) + vdpau? ( X ) xa? ( X ) zink? ( vulkan ) "