diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-01-11 21:46:39 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-01-11 21:46:39 +0000 |
commit | 0415dae1878fc96d9f654715763ba8def1b7ab77 (patch) | |
tree | bfca39c97d6aaaba98d3148c1a6d1d326e4e9fb9 /eclass/latex-package.eclass | |
parent | amd64 stable (diff) | |
download | gentoo-2-0415dae1878fc96d9f654715763ba8def1b7ab77.tar.gz gentoo-2-0415dae1878fc96d9f654715763ba8def1b7ab77.tar.bz2 gentoo-2-0415dae1878fc96d9f654715763ba8def1b7ab77.zip |
Fix a typo.
Diffstat (limited to 'eclass/latex-package.eclass')
-rw-r--r-- | eclass/latex-package.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass index 30ae82c76595..2bfb2136eee7 100644 --- a/eclass/latex-package.eclass +++ b/eclass/latex-package.eclass @@ -1,11 +1,11 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.37 2008/08/30 13:49:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.38 2009/01/11 21:46:39 ulm Exp $ # @ECLASS: latex-package.eclass # @MAINTAINER: # TeX team <tex@gentoo.org> -# +# # Author Matthew Turk <satai@gentoo.org> # Martin Ehmsen <ehmsen@gentoo.org> # @BLURB: An eclass for easy installation of LaTeX packages @@ -67,7 +67,7 @@ TEXMF="/usr/share/texmf" # @DESCRIPTION: # This refers to the font supplier; it should be overridden (see eclass # DESCRIPTION above) -SUPPLIER="misc" +SUPPLIER="misc" # @FUNCTION: latex-package_has_tetex3 # @RETURN: true if at least one of (>=tetex-3 or >=ptex-3.1.8 or >=texlive-core-2007) is installed, else false @@ -199,7 +199,7 @@ latex-package_src_install() { fi } -# @FUNCTION: latex-pacakge_pkg_postinst +# @FUNCTION: latex-package_pkg_postinst # @DESCRIPTION: # Calls latex-package_rehash to ensure the TeX installation is consistent with # the kpathsea database |