diff options
author | 2002-07-12 15:24:36 +0000 | |
---|---|---|
committer | 2002-07-12 15:24:36 +0000 | |
commit | ed166eb71d36c234c9edb12b5671ade1261044b3 (patch) | |
tree | 4441d1a9a5976822d52e413011a6157bcb693552 /eclass/gnome2.eclass | |
parent | add mirrors for ftp.kde.org, used by kde.org.eclass (diff) | |
download | gentoo-2-ed166eb71d36c234c9edb12b5671ade1261044b3.tar.gz gentoo-2-ed166eb71d36c234c9edb12b5671ade1261044b3.tar.bz2 gentoo-2-ed166eb71d36c234c9edb12b5671ade1261044b3.zip |
add INHERITED variable to all eclasses. this keeps track of what eclasses were inherited. e.g. INHERITED='kde-base kde base'. this will allow drobbins to take eclass mtime changes into account when deciding whether to refresh ebuild cache.
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r-- | eclass/gnome2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index b17bfb6e75e6..b69200f33cc0 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.17 2002/06/29 23:50:55 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.18 2002/07/12 15:24:36 danarmak Exp $ inherit libtool inherit debug @@ -10,6 +10,7 @@ inherit debug # Gnome 2 ECLASS ECLASS="gnome2" +INHERITED="$INHERITED $ECLASS" G2CONF="--enable-debug=yes" ELTCONF="" |