diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-01-04 22:09:06 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-01-04 22:09:06 +0000 |
commit | e8ccc9a0794657feeb40e5926dcadd3ea617f4a9 (patch) | |
tree | 5082025a92ec129acd8b393306c9ab729ca1f488 /eclass | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-e8ccc9a0794657feeb40e5926dcadd3ea617f4a9.tar.gz gentoo-2-e8ccc9a0794657feeb40e5926dcadd3ea617f4a9.tar.bz2 gentoo-2-e8ccc9a0794657feeb40e5926dcadd3ea617f4a9.zip |
Change virtual/xft dependency to x11-libs/libXft, bug 253771.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig.eclass | 4 | ||||
-rw-r--r-- | eclass/mozilla.eclass | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/eclass/mozconfig.eclass b/eclass/mozconfig.eclass index fd94bd35cb84..1e0c18dc98f0 100644 --- a/eclass/mozconfig.eclass +++ b/eclass/mozconfig.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.30 2007/03/12 11:57:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.31 2009/01/04 22:09:06 ulm Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -11,7 +11,7 @@ IUSE="debug gnome ipv6 moznoxft truetype xinerama xprint" RDEPEND="x11-libs/libXrender x11-libs/libXt x11-libs/libXmu - !moznoxft? ( virtual/xft ) + !moznoxft? ( x11-libs/libXft ) >=media-libs/fontconfig-2.1 >=sys-libs/zlib-1.1.4 >=media-libs/jpeg-6b diff --git a/eclass/mozilla.eclass b/eclass/mozilla.eclass index 5ef11d48c493..eff6790a3339 100644 --- a/eclass/mozilla.eclass +++ b/eclass/mozilla.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/mozilla.eclass,v 1.33 2007/03/26 20:19:22 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.34 2009/01/04 22:09:06 ulm Exp $ # # You probably don't want to change this eclass. Newer ebuilds use # mozconfig.eclass instead. @@ -15,7 +15,7 @@ IUSE="${IUSE} moznoxft" IUSE="${IUSE} mozsvg" RDEPEND=" - !moznoxft? ( virtual/xft ) + !moznoxft? ( x11-libs/libXft ) >=media-libs/fontconfig-2.1 >=sys-libs/zlib-1.1.4 >=media-libs/jpeg-6b |