diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-10-02 13:41:10 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-10-02 13:41:10 +0000 |
commit | be89ef3d81123674ee02523870611d50b354eb4a (patch) | |
tree | 46fce68ed96fb8c2e9b588d03a8dc9d56c9c1728 /eclass/mozconfig.eclass | |
parent | Mark 2.10 stable on ia64 (diff) | |
download | historical-be89ef3d81123674ee02523870611d50b354eb4a.tar.gz historical-be89ef3d81123674ee02523870611d50b354eb4a.tar.bz2 historical-be89ef3d81123674ee02523870611d50b354eb4a.zip |
Update pango depends, bug #107763.
Diffstat (limited to 'eclass/mozconfig.eclass')
-rw-r--r-- | eclass/mozconfig.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozconfig.eclass b/eclass/mozconfig.eclass index b980ac43a590..359fddd1eca8 100644 --- a/eclass/mozconfig.eclass +++ b/eclass/mozconfig.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.23 2005/09/27 20:06:20 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.24 2005/10/02 13:41:10 azarah Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -22,7 +22,7 @@ RDEPEND="virtual/x11 >=www-client/mozilla-launcher-1.22 >=x11-libs/gtk+-2.2.0 >=dev-libs/glib-2.2.0 - >=x11-libs/pango-1.2.1 + >=x11-libs/pango-1.5.0 >=dev-libs/libIDL-0.8.0 gnome? ( >=gnome-base/gnome-vfs-2.3.5 )" |