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/latex-package.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/latex-package.eclass')
-rw-r--r-- | eclass/latex-package.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass index 27272ae88a47..70376d459a04 100644 --- a/eclass/latex-package.eclass +++ b/eclass/latex-package.eclass @@ -4,6 +4,7 @@ # the src_install function as-is if the system is single-directory. inherit base +INHERITED="$INHERITED $ECLASS" newdepend ">=app-text/tetex-1.0.7" ECLASS=latex-package |