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 7ED8E158099 for ; Fri, 1 Dec 2023 08:04:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD83A2BC013; Fri, 1 Dec 2023 08:04:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 95EF52BC013 for ; Fri, 1 Dec 2023 08:04:05 +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 8DBC6335D6D for ; Fri, 1 Dec 2023 08:04:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E83CD1305 for ; Fri, 1 Dec 2023 08:04:02 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1701417811.8bb6352802769d08ded5379d3e613498c3facc39.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-proton/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-proton/wine-proton-8.0.9999.ebuild X-VCS-Directories: app-emulation/wine-proton/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 8bb6352802769d08ded5379d3e613498c3facc39 X-VCS-Branch: master Date: Fri, 1 Dec 2023 08:04:02 +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: 78b4cd8d-6105-4e5c-8a3b-69ce31d59af3 X-Archives-Hash: b1cbdebf885b9fd4cd2fea20f44eda42 commit: 8bb6352802769d08ded5379d3e613498c3facc39 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Dec 1 07:18:18 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Dec 1 08:03:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb63528 app-emulation/wine-proton: update live further Unfortunately no switch to skip amdgpu even for non-amd users, may consider patching later but not going to worry too much about it in live. Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-proton/wine-proton-8.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild index c1f1e47064f1..c41b7ac24d27 100644 --- a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild @@ -66,7 +66,7 @@ WINE_COMMON_DEPEND=" sys-devel/gcc:* x11-libs/libX11[${MULTILIB_USEDEP}] x11-libs/libXext[${MULTILIB_USEDEP}] - x11-libs/libdrm[${MULTILIB_USEDEP}] + x11-libs/libdrm[video_cards_amdgpu,${MULTILIB_USEDEP}] alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] ) gstreamer? ( dev-libs/glib:2[${MULTILIB_USEDEP}]