diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-10-23 23:26:38 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-10-23 23:26:38 +0000 |
commit | 38ca72e750e96f021914d47e93fb5f9194ec0941 (patch) | |
tree | a4eebd3e10a5742ba67b30f141e1d411130d5b46 /eclass | |
parent | mention tl2010 in a comment (diff) | |
download | gentoo-2-38ca72e750e96f021914d47e93fb5f9194ec0941.tar.gz gentoo-2-38ca72e750e96f021914d47e93fb5f9194ec0941.tar.bz2 gentoo-2-38ca72e750e96f021914d47e93fb5f9194ec0941.zip |
improve yet another comment
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/texlive-module.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index 4810f5a11442..efc0fc890c61 100644 --- a/eclass/texlive-module.eclass +++ b/eclass/texlive-module.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.46 2010/10/23 23:25:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.47 2010/10/23 23:26:38 aballier Exp $ # @ECLASS: texlive-module.eclass # @MAINTAINER: @@ -104,7 +104,7 @@ if [ "${PV#2008}" = "${PV}" ]; then # @FUNCTION: texlive-module_src_unpack # @DESCRIPTION: -# Only for TeX Live 2009. +# Only for TeX Live 2009 and later. # Gives tar.xz unpack support until we can use an EAPI with that support. RELOC_TARGET=texmf-dist |