summaryrefslogtreecommitdiff
path: root/eclass
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
commitfcddf58b0d896b32a114961052e3b0cadd1f707c (patch)
tree26910805ac96f6009b9ee31c3ec68ce931047e8c /eclass
parentVersion bump (diff)
downloadgentoo-2-fcddf58b0d896b32a114961052e3b0cadd1f707c.tar.gz
gentoo-2-fcddf58b0d896b32a114961052e3b0cadd1f707c.tar.bz2
gentoo-2-fcddf58b0d896b32a114961052e3b0cadd1f707c.zip
Depend on an icon theme, fixes bug 341697
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/mozconfig-3.eclass6
2 files changed, 8 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 6d81a5007483..57b28cdde4c2 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.115 2012/02/05 19:14:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.116 2012/02/06 13:13:44 nirbheek Exp $
+
+ 06 Feb 2012; Nirbheek Chauhan <nirbheek@gentoo.org> mozconfig-3.eclass:
+ Depend on an icon theme, fixes bug 341697
05 Feb 2012; Mike Gilbert <floppym@gentoo.org> mercurial.eclass:
Don't die if hg pull exits with status 1.
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 )