summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-12-14 07:43:24 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-12-14 07:43:24 +0000
commitf2d8428587497944aecb4f06cfe8356023970f70 (patch)
treee36e3c1bdada7c36bbf0ed0a0c445b27f45a5ea3 /eclass/mozconfig.eclass
parentFixed ||( ) depend issue. (diff)
downloadhistorical-f2d8428587497944aecb4f06cfe8356023970f70.tar.gz
historical-f2d8428587497944aecb4f06cfe8356023970f70.tar.bz2
historical-f2d8428587497944aecb4f06cfe8356023970f70.zip
Remove redundant depends
Diffstat (limited to 'eclass/mozconfig.eclass')
-rw-r--r--eclass/mozconfig.eclass8
1 files changed, 3 insertions, 5 deletions
diff --git a/eclass/mozconfig.eclass b/eclass/mozconfig.eclass
index 886aa50a2c53..e61353f6de06 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.25 2005/12/12 02:50:54 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.26 2005/12/14 07:43:24 cardoe Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -9,10 +9,8 @@ inherit multilib flag-o-matic
IUSE="debug gnome ipv6 moznoxft truetype xinerama xprint"
RDEPEND="|| ( ( x11-libs/libXrender
- x11-libs/libXt
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libXmu
)
virtual/x11
)