summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base/gnome-shell/gnome-shell-3.2.1-r2.ebuild')
-rw-r--r--gnome-base/gnome-shell/gnome-shell-3.2.1-r2.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnome-base/gnome-shell/gnome-shell-3.2.1-r2.ebuild b/gnome-base/gnome-shell/gnome-shell-3.2.1-r2.ebuild
index 818c03a6f634..06c18a5ba476 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.2.1-r2.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.2.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.2.1-r2.ebuild,v 1.1 2012/01/09 03:03:06 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.2.1-r2.ebuild,v 1.2 2012/01/13 09:57:08 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -73,6 +73,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.25.9:2
# user switching with gdm-3.1.x)
# 6. caribou needed for on-screen keyboard
# 7. xdg-utils needed for xdg-open, used by extension tool
+# 8. mobile-broadband-provider-info, timezone-data for shell-mobile-providers.c
RDEPEND="${COMMON_DEPEND}
>=sys-auth/polkit-0.101[introspection]
@@ -89,7 +90,10 @@ RDEPEND="${COMMON_DEPEND}
>=app-accessibility/caribou-0.3
- x11-misc/xdg-utils"
+ x11-misc/xdg-utils
+
+ net-misc/mobile-broadband-provider-info
+ sys-libs/timezone-data"
DEPEND="${COMMON_DEPEND}
>=sys-devel/gettext-0.17
>=dev-util/pkgconfig-0.22