From 6534dd6302c463831d2f7ccb2d02afb3126c2f99 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Tue, 2 Aug 2005 03:11:25 +0000 Subject: inherit multilib flag-o-matic explicitly instead of depending on ebuilds to inherit them --- eclass/mozconfig.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eclass/mozconfig.eclass b/eclass/mozconfig.eclass index bcf457c19e29..861d590467d3 100644 --- a/eclass/mozconfig.eclass +++ b/eclass/mozconfig.eclass @@ -1,9 +1,11 @@ # 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.17 2005/08/02 03:09:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.18 2005/08/02 03:11:25 agriffis Exp $ # # mozconfig.eclass: the new mozilla.eclass +inherit multilib flag-o-matic + IUSE="debug gnome ipv6 moznoxft truetype xinerama xprint" RDEPEND="virtual/x11 -- cgit v1.2.3-65-gdbad