summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-06-24 10:34:55 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-06-24 10:34:55 +0000
commit8639ea0717e5018aecf9a00eed1fdb6992a78a7e (patch)
treeb235d4dd5dd06760f7bd68e658e5ac7705beb542 /eclass
parentBump to 5.0, major release as well as security bump. XULRunner has been merge... (diff)
downloadhistorical-8639ea0717e5018aecf9a00eed1fdb6992a78a7e.tar.gz
historical-8639ea0717e5018aecf9a00eed1fdb6992a78a7e.tar.bz2
historical-8639ea0717e5018aecf9a00eed1fdb6992a78a7e.zip
Update pango dep to be pango[X] since all mozilla products still use pangoxft
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozconfig-3.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass
index a6bfc95bf361..d4c318471237 100644
--- a/eclass/mozconfig-3.eclass
+++ b/eclass/mozconfig-3.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.19 2011/04/24 16:52:11 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.20 2011/06/24 10:34:55 nirbheek Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -11,6 +11,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
RDEPEND="app-arch/zip
app-arch/unzip
>=app-text/hunspell-1.2
@@ -20,7 +21,7 @@ RDEPEND="app-arch/zip
!<x11-base/xorg-x11-6.7.0-r2
>=x11-libs/cairo-1.8[X]
>=x11-libs/gtk+-2.8.6:2
- >=x11-libs/pango-1.10.1
+ >=x11-libs/pango-1.10.1[X]
virtual/jpeg
alsa? ( media-libs/alsa-lib )
dbus? ( >=dev-libs/dbus-glib-0.72 )