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 | 3f4f3638c2f69059e7abc69d81aeffa389481281 (patch) | |
tree | 4ff84423a8359d6bd6902d2fcf9e0f3602698b31 /eclass/mozconfig.eclass | |
parent | Adding >=x11-themes/gtk-engines-thinice-2 (diff) | |
download | historical-3f4f3638c2f69059e7abc69d81aeffa389481281.tar.gz historical-3f4f3638c2f69059e7abc69d81aeffa389481281.tar.bz2 historical-3f4f3638c2f69059e7abc69d81aeffa389481281.zip |
inherit multilib flag-o-matic explicitly instead of depending on ebuilds to inherit them
Diffstat (limited to 'eclass/mozconfig.eclass')
-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 |