diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 22:05:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 22:05:28 +0000 |
commit | dbd9bad3865778581151149e974900cb965ff6f1 (patch) | |
tree | 6e25f7e9638cd35dc8c4ca8da808bcb565e6cd1b /eclass/tetex.eclass | |
parent | (no commit message) (diff) | |
download | historical-dbd9bad3865778581151149e974900cb965ff6f1.tar.gz historical-dbd9bad3865778581151149e974900cb965ff6f1.tar.bz2 historical-dbd9bad3865778581151149e974900cb965ff6f1.zip |
Add inherit eutils
Diffstat (limited to 'eclass/tetex.eclass')
-rw-r--r-- | eclass/tetex.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/tetex.eclass b/eclass/tetex.eclass index 7aebe597e5ba..f16441d65ab6 100644 --- a/eclass/tetex.eclass +++ b/eclass/tetex.eclass @@ -1,13 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.7 2004/04/10 13:02:38 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.8 2004/04/27 22:05:28 agriffis Exp $ # # Author: Jaromir Malenko <malenko@email.cz> # Author: Mamoru KOMACHI <usata@gentoo.org> # # A generic eclass to install tetex distributions. -inherit alternatives +inherit alternatives eutils + ECLASS=tetex INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst |