summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-10-04 13:58:58 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-10-04 13:58:58 +0000
commitdf7977e71984c26a15233c60a6349a1363d98713 (patch)
tree8f0f646d6d01b685cd81033541aa0144296f5dcd /eclass/mozconfig-2.eclass
parentFixed order of version variables for 'include rox' (diff)
downloadhistorical-df7977e71984c26a15233c60a6349a1363d98713.tar.gz
historical-df7977e71984c26a15233c60a6349a1363d98713.tar.bz2
historical-df7977e71984c26a15233c60a6349a1363d98713.zip
Removed libmng dependancy in Mozilla stuff since it's support was removed as of 2003.
Diffstat (limited to 'eclass/mozconfig-2.eclass')
-rw-r--r--eclass/mozconfig-2.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/mozconfig-2.eclass b/eclass/mozconfig-2.eclass
index dbc2ad5d57b3..f40e16ee98e8 100644
--- a/eclass/mozconfig-2.eclass
+++ b/eclass/mozconfig-2.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-2.eclass,v 1.11 2006/01/01 01:14:59 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-2.eclass,v 1.12 2006/10/04 13:58:58 cardoe Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -15,7 +15,6 @@ RDEPEND="|| ( ( x11-libs/libXrender
virtual/x11
)
>=media-libs/jpeg-6b
- >=media-libs/libmng-1.0.0
>=media-libs/libpng-1.2.1
dev-libs/expat
app-arch/zip
@@ -29,6 +28,9 @@ RDEPEND="|| ( ( x11-libs/libXrender
>=gnome-base/libgnomeui-2.2.0 )
!<x11-base/xorg-x11-6.7.0-r2
>=x11-libs/cairo-1.0.0"
+ #According to bugs #18573, #204520, and couple of others in Mozilla's
+ #bugzilla. libmng and mng support has been removed in 2003.
+
DEPEND="${RDEPEND}
xinerama? ( || ( x11-proto/xineramaproto virtual/x11 ) )