diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-06-27 15:37:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-06-27 15:37:24 +0000 |
commit | 6f3e976aa5bfab02f8a09402772db05ab9096aac (patch) | |
tree | 79f5526c4deaa3e3feb0f177288d2677ca8b8eec /eclass/tetex.eclass | |
parent | stable on alpha amd64 ia64 x86 (diff) | |
download | historical-6f3e976aa5bfab02f8a09402772db05ab9096aac.tar.gz historical-6f3e976aa5bfab02f8a09402772db05ab9096aac.tar.bz2 historical-6f3e976aa5bfab02f8a09402772db05ab9096aac.zip |
Remove pkg_preinst from the list of exported functions since it doesn't exist
Diffstat (limited to 'eclass/tetex.eclass')
-rw-r--r-- | eclass/tetex.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/tetex.eclass b/eclass/tetex.eclass index eb15f59225a2..96bc172ca01f 100644 --- a/eclass/tetex.eclass +++ b/eclass/tetex.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.37 2005/04/12 19:52:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.38 2005/06/27 15:37:24 agriffis Exp $ # # Author: Jaromir Malenko <malenko@email.cz> # Author: Mamoru KOMACHI <usata@gentoo.org> @@ -13,7 +13,7 @@ inherit eutils flag-o-matic toolchain-funcs ECLASS=tetex INHERITED="${INHERITED} ${ECLASS}" -EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_setup pkg_preinst pkg_postinst +EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_setup pkg_postinst if [ -z "${TETEX_PV}" ] ; then TETEX_PV=${PV} |