diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-09-04 12:06:58 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-09-04 12:06:58 +0000 |
commit | 354db420dc59cecb9245258f255430d67969a9fa (patch) | |
tree | ca7d451c8d0a8bbdd8ea9145edca5c022d234537 /eclass/tetex.eclass | |
parent | Remove leftovers after bug #156213 reported in bug #191046. (diff) | |
download | historical-354db420dc59cecb9245258f255430d67969a9fa.tar.gz historical-354db420dc59cecb9245258f255430d67969a9fa.tar.bz2 historical-354db420dc59cecb9245258f255430d67969a9fa.zip |
Remove leftovers after bug #156213.
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 7e2fd2ccb368..b61dd9ee36c1 100644 --- a/eclass/tetex.eclass +++ b/eclass/tetex.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.51 2007/08/29 21:12:17 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.52 2007/09/04 12:06:58 peper Exp $ # # Author: Jaromir Malenko <malenko@email.cz> # Author: Mamoru KOMACHI <usata@gentoo.org> @@ -13,7 +13,7 @@ inherit eutils flag-o-matic toolchain-funcs -EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_setup pkg_postinst +EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_postinst if [ -z "${TETEX_PV}" ] ; then TETEX_PV=${PV} |