diff options
author | 2010-10-23 23:25:58 +0000 | |
---|---|---|
committer | 2010-10-23 23:25:58 +0000 | |
commit | b6452ccc28ceb38031028545a4d3bc4f7467792e (patch) | |
tree | 95d3c25836df4f9716f9982aecabf03d60399149 /eclass | |
parent | Remove the restriction for tl 2008 since we dont support 2007 anymore (diff) | |
download | historical-b6452ccc28ceb38031028545a4d3bc4f7467792e.tar.gz historical-b6452ccc28ceb38031028545a4d3bc4f7467792e.tar.bz2 historical-b6452ccc28ceb38031028545a4d3bc4f7467792e.zip |
mention tl2010 in a comment
Diffstat (limited to '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} |