From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BDBAE1384B4 for ; Sat, 2 Jan 2016 20:05:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FD0DE08A5; Sat, 2 Jan 2016 20:05:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1801AE08A5 for ; Sat, 2 Jan 2016 20:05:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0017933FE7D for ; Sat, 2 Jan 2016 20:05:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BE1FB5D for ; Sat, 2 Jan 2016 20:05:51 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1451765120.07187dc39fc81fefe2f262e19152e1d62bda368c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 07187dc39fc81fefe2f262e19152e1d62bda368c X-VCS-Branch: master Date: Sat, 2 Jan 2016 20:05:51 +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-Archives-Salt: f51fcf33-0833-48f0-a73f-9739b248dbad X-Archives-Hash: c5aba8b0a1a6dd0d86a2e9915926774e commit: 07187dc39fc81fefe2f262e19152e1d62bda368c Author: Pacho Ramos gentoo org> AuthorDate: Sat Jan 2 20:05:20 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jan 2 20:05:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07187dc3 gnome-base/gnome-shell: Add a warning for people running nvidia-drivers[-kms], bug #563084 Package-Manager: portage-2.2.26 gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild b/gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild index b5ebc63..b688230 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild @@ -197,6 +197,12 @@ pkg_postinst() { elog "media-libs/mesa." fi + # https://bugs.gentoo.org/show_bug.cgi?id=563084 + if has_version "x11-drivers/nvidia-drivers[-kms]"; then + ewarn "You will need to enable kms support in x11-drivers/nvidia-drivers," + ewarn "otherwise Gnome will fail to start" + fi + if ! systemd_is_booted; then ewarn "${PN} needs Systemd to be *running* for working" ewarn "properly. Please follow this guide to migrate:"