diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-11-13 23:23:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-11-13 23:23:08 +0000 |
commit | 8f52141c4207eeb0409d6d188674749dc96f7583 (patch) | |
tree | d8e4fc4eaeccb85f28ea07abcf6fdaf46f0a3811 /eclass/mozilla.eclass | |
parent | Changed to only ~x86 arch (diff) | |
download | gentoo-2-8f52141c4207eeb0409d6d188674749dc96f7583.tar.gz gentoo-2-8f52141c4207eeb0409d6d188674749dc96f7583.tar.bz2 gentoo-2-8f52141c4207eeb0409d6d188674749dc96f7583.zip |
switch to mozconfig
Diffstat (limited to 'eclass/mozilla.eclass')
-rw-r--r-- | eclass/mozilla.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/mozilla.eclass b/eclass/mozilla.eclass index bba0f004568c..0cdd646bd99a 100644 --- a/eclass/mozilla.eclass +++ b/eclass/mozilla.eclass @@ -1,6 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.23 2004/11/09 20:03:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.24 2004/11/13 23:23:08 agriffis Exp $ +# +# You probably don't want to change this eclass. Newer ebuilds use +# mozconfig.eclass instead. ECLASS=mozilla INHERITED="$INHERITED $ECLASS" |