diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-02 03:11:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-02 03:11:25 +0000 |
commit | 6534dd6302c463831d2f7ccb2d02afb3126c2f99 (patch) | |
tree | 66f63ebc95a30a186684c9dde42dd65625e7cf18 | |
parent | Adding >=x11-themes/gtk-engines-thinice-2 (diff) | |
download | gentoo-2-6534dd6302c463831d2f7ccb2d02afb3126c2f99.tar.gz gentoo-2-6534dd6302c463831d2f7ccb2d02afb3126c2f99.tar.bz2 gentoo-2-6534dd6302c463831d2f7ccb2d02afb3126c2f99.zip |
inherit multilib flag-o-matic explicitly instead of depending on ebuilds to inherit them
-rw-r--r-- | eclass/mozconfig.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
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 |