Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/
Date: Sat, 02 Jan 2016 20:05:58
Message-Id: 1451765120.07187dc39fc81fefe2f262e19152e1d62bda368c.pacho@gentoo
1 commit: 07187dc39fc81fefe2f262e19152e1d62bda368c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 20:05:20 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 20:05:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07187dc3
7
8 gnome-base/gnome-shell: Add a warning for people running nvidia-drivers[-kms], bug #563084
9
10 Package-Manager: portage-2.2.26
11
12 gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild b/gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild
16 index b5ebc63..b688230 100644
17 --- a/gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild
18 +++ b/gnome-base/gnome-shell/gnome-shell-3.18.3.ebuild
19 @@ -197,6 +197,12 @@ pkg_postinst() {
20 elog "media-libs/mesa."
21 fi
22
23 + # https://bugs.gentoo.org/show_bug.cgi?id=563084
24 + if has_version "x11-drivers/nvidia-drivers[-kms]"; then
25 + ewarn "You will need to enable kms support in x11-drivers/nvidia-drivers,"
26 + ewarn "otherwise Gnome will fail to start"
27 + fi
28 +
29 if ! systemd_is_booted; then
30 ewarn "${PN} needs Systemd to be *running* for working"
31 ewarn "properly. Please follow this guide to migrate:"