diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-10-23 23:25:58 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-10-23 23:25:58 +0000 |
commit | 2d8d38f6cc269a5f42279a0733e599349051e6fc (patch) | |
tree | f24e0a732fe3b6525e770393ede133a6a713e597 /eclass/texlive-module.eclass | |
parent | Remove the restriction for tl 2008 since we dont support 2007 anymore (diff) | |
download | gentoo-2-2d8d38f6cc269a5f42279a0733e599349051e6fc.tar.gz gentoo-2-2d8d38f6cc269a5f42279a0733e599349051e6fc.tar.bz2 gentoo-2-2d8d38f6cc269a5f42279a0733e599349051e6fc.zip |
mention tl2010 in a comment
Diffstat (limited to 'eclass/texlive-module.eclass')
-rw-r--r-- | eclass/texlive-module.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index a441f0eab3f9..4810f5a11442 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.45 2010/10/23 23:24:40 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.46 2010/10/23 23:25:58 aballier Exp $ # @ECLASS: texlive-module.eclass # @MAINTAINER: @@ -62,8 +62,8 @@ COMMON_DEPEND=">=app-text/texlive-core-${TL_PV:-${PV}}" IUSE="source" -# TeX Live 2008 was providing .tar.lzma files of CTAN packages. For 2009 they are now -# .tar.xz +# TeX Live 2008 was providing .tar.lzma files of CTAN packages. +# For 2009 and 2010 they are now .tar.xz if [ "${PV#2008}" != "${PV}" ]; then PKGEXT=tar.lzma DEPEND="${COMMON_DEPEND} |