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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C82213933E for ; Tue, 20 Jul 2021 01:23:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88F53E0B4B; Tue, 20 Jul 2021 01:23:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 650CEE0B51 for ; Tue, 20 Jul 2021 01:23:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93F53342AEC for ; Tue, 20 Jul 2021 01:23:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B971B7EE for ; Tue, 20 Jul 2021 01:23:45 +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: <1626744046.c872557dbab76c655c8a29befada50c9ebfa793b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-wayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild X-VCS-Directories: gui-libs/egl-wayland/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c872557dbab76c655c8a29befada50c9ebfa793b X-VCS-Branch: master Date: Tue, 20 Jul 2021 01:23:45 +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: 4fc55ff7-9b1a-4c38-a240-50d8213e96c6 X-Archives-Hash: f91dae509312a3ce5f94682e28eb4a17 commit: c872557dbab76c655c8a29befada50c9ebfa793b Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jul 19 21:13:20 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jul 20 01:20:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c872557d gui-libs/egl-wayland: adjust description, remove modeset=1 mention Albeit scarcely used for that, egl-wayland is gaining new uses for non-nvidia in mesa/xwayland and keeping the package nvidia-focused may not be best. In the future, may (possibly) add VIDEO_CARDS=nvidia. nvidia-drivers-470.57.02 now enables modeset=1 by default with USE=wayland rendering the postinst elog less important. Not considered to matter enough with <470 (that lack wayland improvements) to keep. Signed-off-by: Ionen Wolkens gentoo.org> gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild b/gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild index bd14cfead95..088724525cf 100644 --- a/gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild +++ b/gui-libs/egl-wayland/egl-wayland-1.1.7-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit flag-o-matic meson -DESCRIPTION="EGLStream-based Wayland external platform (for NVIDIA)" +DESCRIPTION="EGLStream-based Wayland external platform" HOMEPAGE="https://github.com/NVIDIA/egl-wayland" SRC_URI="https://github.com/NVIDIA/egl-wayland/archive/${PV}.tar.gz -> ${P}.tar.gz" @@ -41,18 +41,6 @@ src_install() { } pkg_postinst() { - if [[ ! ${REPLACING_VERSIONS} ]]; then - elog "To use EGLStream with x11-drivers/nvidia-drivers, it is necessary to" - elog "load the nvidia-drm module with experimental nvidia-drm.modeset=1." - elog - elog "Can be accomplished by:" - elog " echo 'options nvidia-drm modeset=1' > ${EROOT}/etc/modprobe.d/nvidia-drm.conf" - elog "...then reloading the module." - elog - elog "Note that EGLStream requires support from the wayland compositor and" - elog "is not currently supported by many popular options such as gui-wm/sway." - fi - if has_version "