diff options
author | Matthew Turk <satai@gentoo.org> | 2003-06-09 07:14:03 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2003-06-09 07:14:03 +0000 |
commit | d74544305016a6e54f85c90b44c9be6a652ee00e (patch) | |
tree | 8b977460b1fa8fd3c4341c1c25154c714cb7bb7e /eclass | |
parent | fix headers (diff) | |
download | gentoo-2-d74544305016a6e54f85c90b44c9be6a652ee00e.tar.gz gentoo-2-d74544305016a6e54f85c90b44c9be6a652ee00e.tar.bz2 gentoo-2-d74544305016a6e54f85c90b44c9be6a652ee00e.zip |
Changed a couple references to app-text packages.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/latex-package.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass index 68e4d651d537..89e3058e91b8 100644 --- a/eclass/latex-package.eclass +++ b/eclass/latex-package.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.13 2003/02/16 04:26:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.14 2003/06/09 07:14:03 satai Exp $ # # Author Matthew Turk <satai@gentoo.org> # @@ -37,8 +37,8 @@ # TeX files that come with the source. Note that we break TeX layout standards # by placing documentation in /usr/share/doc/${PN} # -# For examples of basic installations, check out app-text/latex-aastex and -# app-text/latex-leaflet. +# For examples of basic installations, check out dev-tex/aastex and +# dev-tex/leaflet . # # NOTE: The CTAN "directory grab" function creates files with different MD5 # signatures EVERY TIME. For this reason, if you are grabbing from the CTAN, |