diff options
author | 2004-04-27 22:08:15 +0000 | |
---|---|---|
committer | 2004-04-27 22:08:15 +0000 | |
commit | e6fccdc95b8062c611c8ad4e7f8768f92acef2ce (patch) | |
tree | e70ce79c133bcf070d8cb738c4051516b6fedb38 /eclass/tetex.eclass | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-e6fccdc95b8062c611c8ad4e7f8768f92acef2ce.tar.gz gentoo-2-e6fccdc95b8062c611c8ad4e7f8768f92acef2ce.tar.bz2 gentoo-2-e6fccdc95b8062c611c8ad4e7f8768f92acef2ce.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 |