diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-07-12 15:24:36 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-07-12 15:24:36 +0000 |
commit | 6691dd88aad937d51582817a48d306f236def654 (patch) | |
tree | ba7fc040500ee0713ab4953836c186027b3ce108 /eclass/ebook.eclass | |
parent | add mirrors for ftp.kde.org, used by kde.org.eclass (diff) | |
download | historical-6691dd88aad937d51582817a48d306f236def654.tar.gz historical-6691dd88aad937d51582817a48d306f236def654.tar.bz2 historical-6691dd88aad937d51582817a48d306f236def654.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/ebook.eclass')
-rw-r--r-- | eclass/ebook.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ebook.eclass b/eclass/ebook.eclass index a33a14527f9d..ab0ea5aecd62 100644 --- a/eclass/ebook.eclass +++ b/eclass/ebook.eclass @@ -5,7 +5,7 @@ # The ebook eclass defines some default functions and variables to # install ebooks. ECLASS=ebook - +INHERITED="$INHERITED $ECLASS" HOMEPAGE="http://lidn.sourceforge.net" # ebook eclass user guide: # -vars |