diff options
Diffstat (limited to 'gnome-base/gnome-shell/gnome-shell-9999.ebuild')
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/gnome-shell/gnome-shell-9999.ebuild index 276476c..a02565f 100644 --- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="http://live.gnome.org/GnomeShell" LICENSE="GPL-2" SLOT="0" -IUSE="+bluetooth +networkmanager systemd" +IUSE="+bluetooth systemd" if [[ ${PV} = 9999 ]]; then KEYWORDS="" else @@ -99,9 +99,8 @@ RDEPEND="${COMMON_DEPEND} x11-themes/gnome-icon-theme-symbolic - networkmanager? ( - net-misc/mobile-broadband-provider-info - sys-libs/timezone-data ) + net-misc/mobile-broadband-provider-info + sys-libs/timezone-data !systemd? ( sys-auth/consolekit ) " |