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 7CFBC158041 for ; Fri, 22 Mar 2024 01:42:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02CC8E29B6; Fri, 22 Mar 2024 01:42:35 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D917EE29B6 for ; Fri, 22 Mar 2024 01:42:34 +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 C01C9343018 for ; Fri, 22 Mar 2024 01:42:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7D4F15B6 for ; Fri, 22 Mar 2024 01:42:31 +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: <1711071685.eaf48549238f0f1ae9e5d0c9a2d297605740584a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xwayland/xwayland-9999.ebuild X-VCS-Directories: x11-base/xwayland/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: eaf48549238f0f1ae9e5d0c9a2d297605740584a X-VCS-Branch: master Date: Fri, 22 Mar 2024 01:42:31 +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: c68068f5-b158-4e11-b958-fb347c3fede6 X-Archives-Hash: 7dad82013d2d17c9e0205692c0762d97 commit: eaf48549238f0f1ae9e5d0c9a2d297605740584a Author: Brett Alcox gmail com> AuthorDate: Fri Mar 22 00:09:30 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Mar 22 01:41:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf48549 x11-base/xwayland: Remove VIDEO_CARDS=nvidia Closes: https://bugs.gentoo.org/927293 Closes: https://github.com/gentoo/gentoo/pull/35859 Signed-off-by: Brett Alcox gmail.com> Signed-off-by: Matt Turner gentoo.org> x11-base/xwayland/xwayland-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11-base/xwayland/xwayland-9999.ebuild b/x11-base/xwayland/xwayland-9999.ebuild index 03adecb51898..4e3e6885bf93 100644 --- a/x11-base/xwayland/xwayland-9999.ebuild +++ b/x11-base/xwayland/xwayland-9999.ebuild @@ -16,7 +16,7 @@ fi DESCRIPTION="Standalone X server running under Wayland" HOMEPAGE="https://wayland.freedesktop.org/xserver.html" -IUSE="libei selinux video_cards_nvidia unwind xcsecurity" +IUSE="libei selinux unwind xcsecurity" LICENSE="MIT" SLOT="0" @@ -42,7 +42,6 @@ COMMON_DEPEND=" libei? ( dev-libs/libei ) unwind? ( sys-libs/libunwind ) - video_cards_nvidia? ( gui-libs/egl-wayland ) " DEPEND=" ${COMMON_DEPEND} @@ -70,7 +69,6 @@ src_configure() { $(meson_use selinux xselinux) $(meson_use unwind libunwind) $(meson_use xcsecurity) - $(meson_use video_cards_nvidia xwayland_eglstream) -Ddpms=true -Ddri3=true -Ddrm=true