diff options
author | Jory Pratt <anarchy@gentoo.org> | 2011-03-27 20:17:47 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2011-03-27 20:17:47 +0000 |
commit | e281d8ca64c742b829d602f3abb97fe1784f57c0 (patch) | |
tree | eb8967dc30cc19e1912559eff6cf7c71b74b084e /eclass | |
parent | Marking cython-0.14.1 ppc for bug 357847 (diff) | |
download | historical-e281d8ca64c742b829d602f3abb97fe1784f57c0.tar.gz historical-e281d8ca64c742b829d602f3abb97fe1784f57c0.tar.bz2 historical-e281d8ca64c742b829d602f3abb97fe1784f57c0.zip |
reduce cairo dep bug #360821
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig-3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass index b2335aa2bccf..11ebd54550d1 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.15 2011/03/23 00:40:34 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.16 2011/03/27 20:17:47 anarchy Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -18,7 +18,7 @@ RDEPEND="app-arch/zip >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 !<x11-base/xorg-x11-6.7.0-r2 - >=x11-libs/cairo-1.10.2[X] + >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1 virtual/jpeg |