diff options
author | Alexandre Buisse <nattfodd@gentoo.org> | 2006-02-28 11:09:25 +0000 |
---|---|---|
committer | Alexandre Buisse <nattfodd@gentoo.org> | 2006-02-28 11:09:25 +0000 |
commit | 15f95065146c8d4d37fefd805383bf7beb7b05b5 (patch) | |
tree | 70a09cabe0a5626821b18417a7a73aa9536a2ed4 /eclass/latex-package.eclass | |
parent | Add debug USE flag (#124367). Mark as stable on amd64 and x86. (diff) | |
download | gentoo-2-15f95065146c8d4d37fefd805383bf7beb7b05b5.tar.gz gentoo-2-15f95065146c8d4d37fefd805383bf7beb7b05b5.tar.bz2 gentoo-2-15f95065146c8d4d37fefd805383bf7beb7b05b5.zip |
Removed has_tetex3 from EXPORT_FUNCTIONS, as asked by QA team
Diffstat (limited to 'eclass/latex-package.eclass')
-rw-r--r-- | eclass/latex-package.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass index 07adf732b304..2a1dad179ac0 100644 --- a/eclass/latex-package.eclass +++ b/eclass/latex-package.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/latex-package.eclass,v 1.26 2005/11/01 21:18:12 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.27 2006/02/28 11:09:25 nattfodd Exp $ # # Author Matthew Turk <satai@gentoo.org> # @@ -183,4 +183,4 @@ latex-package_rehash() { fi } -EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_postrm has_tetex_3 +EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_postrm |