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 | 0321bb2c6946c434d4f0d6a7a9c3cc1d3e50aca4 (patch) | |
tree | 9191ecf06faa7ca0952c23777431ac8d322082e9 /eclass/mozilla.eclass | |
parent | Changed to only ~x86 arch (diff) | |
download | historical-0321bb2c6946c434d4f0d6a7a9c3cc1d3e50aca4.tar.gz historical-0321bb2c6946c434d4f0d6a7a9c3cc1d3e50aca4.tar.bz2 historical-0321bb2c6946c434d4f0d6a7a9c3cc1d3e50aca4.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" |