summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-07-28 12:43:53 +0000
committerPacho Ramos <pacho@gentoo.org>2013-07-28 12:43:53 +0000
commit8fe7b404c07682937a84d14d6ee52ade4fcdfb74 (patch)
tree61e86839fbcdc85b6fba8d91f7a75752928d463e /gnome-base/gnome-shell
parentTell people that they need to run systemd (diff)
downloadgentoo-2-8fe7b404c07682937a84d14d6ee52ade4fcdfb74.tar.gz
gentoo-2-8fe7b404c07682937a84d14d6ee52ade4fcdfb74.tar.bz2
gentoo-2-8fe7b404c07682937a84d14d6ee52ade4fcdfb74.zip
Tell people that they need to run systemd
(Portage version: 2.1.13.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base/gnome-shell')
-rw-r--r--gnome-base/gnome-shell/ChangeLog5
-rw-r--r--gnome-base/gnome-shell/gnome-shell-3.8.3-r2.ebuild8
2 files changed, 11 insertions, 2 deletions
diff --git a/gnome-base/gnome-shell/ChangeLog b/gnome-base/gnome-shell/ChangeLog
index 9505b42c225b..bb996de27849 100644
--- a/gnome-base/gnome-shell/ChangeLog
+++ b/gnome-base/gnome-shell/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/gnome-shell
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.41 2013/07/28 00:02:23 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.42 2013/07/28 12:43:53 pacho Exp $
+
+ 28 Jul 2013; Pacho Ramos <pacho@gentoo.org> gnome-shell-3.8.3-r2.ebuild:
+ Tell people that they need to run systemd
28 Jul 2013; Gilles Dartiguelongue <eva@gentoo.org>
gnome-shell-3.8.3-r2.ebuild:
diff --git a/gnome-base/gnome-shell/gnome-shell-3.8.3-r2.ebuild b/gnome-base/gnome-shell/gnome-shell-3.8.3-r2.ebuild
index 4ab7b5750a2c..c4ea09f36b79 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.8.3-r2.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.8.3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.8.3-r2.ebuild,v 1.3 2013/07/28 00:02:23 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.8.3-r2.ebuild,v 1.4 2013/07/28 12:43:53 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -214,4 +214,10 @@ pkg_postinst() {
ewarn "You will need to emerge media-libs/mesa with USE=classic."
fi
fi
+
+ if ! systemd_is_booted; then
+ ewarn "${PN} needs Systemd to be *running* for working"
+ ewarn "properly. Please follow the this guide to migrate:"
+ ewarn "http://wiki.gentoo.org/wiki/Systemd"
+ fi
}