summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2012-02-06 13:13:44 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2012-02-06 13:13:44 +0000
commitc3d4284a9755cfddc3eef57807f4ca264b5091e3 (patch)
tree58717f0b19973f103fb4816a2338baab0901f1e7 /eclass/mozconfig-3.eclass
parentVersion bump (diff)
downloadhistorical-c3d4284a9755cfddc3eef57807f4ca264b5091e3.tar.gz
historical-c3d4284a9755cfddc3eef57807f4ca264b5091e3.tar.bz2
historical-c3d4284a9755cfddc3eef57807f4ca264b5091e3.zip
Depend on an icon theme, fixes bug 341697
Diffstat (limited to 'eclass/mozconfig-3.eclass')
-rw-r--r--eclass/mozconfig-3.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass
index 2ba05427ab17..721d2c1267f9 100644
--- a/eclass/mozconfig-3.eclass
+++ b/eclass/mozconfig-3.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.26 2011/11/21 15:29:36 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.27 2012/02/06 13:13:44 nirbheek Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -12,6 +12,7 @@ IUSE="+alsa +dbus debug libnotify startup-notification system-sqlite wifi"
# XXX: GConf is used for setting the default browser
# revisit to make it optional with GNOME 3
# pango[X] is needed for pangoxft.h
+# freedesktop-icon-theme is needed for bug 341697
RDEPEND="app-arch/zip
app-arch/unzip
>=app-text/hunspell-1.2
@@ -22,6 +23,7 @@ RDEPEND="app-arch/zip
>=x11-libs/gtk+-2.8.6:2
>=x11-libs/pango-1.10.1[X]
virtual/jpeg
+ virtual/freedesktop-icon-theme
alsa? ( media-libs/alsa-lib )
dbus? ( >=dev-libs/dbus-glib-0.72 )
libnotify? ( >=x11-libs/libnotify-0.4 )