summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-10-31 15:16:28 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-10-31 15:16:28 +0000
commitcfee7d3d0b3e4ec27db2d614d5dca02caf5c0104 (patch)
tree2ae97bc0ec91f7393009cec8f757581e1ffe7bba /eclass
parentremove unused version (diff)
downloadgentoo-2-cfee7d3d0b3e4ec27db2d614d5dca02caf5c0104.tar.gz
gentoo-2-cfee7d3d0b3e4ec27db2d614d5dca02caf5c0104.tar.bz2
gentoo-2-cfee7d3d0b3e4ec27db2d614d5dca02caf5c0104.zip
Use TEXLIVE_MODULES_DEPS only for TeX Live 2007
Diffstat (limited to 'eclass')
-rw-r--r--eclass/texlive-module.eclass7
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass
index ae574c9437c5..3f04fcab6efe 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.18 2008/09/02 10:00:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.19 2008/10/31 15:16:28 aballier Exp $
# @ECLASS: texlive-module.eclass
# @MAINTAINER:
@@ -49,8 +49,7 @@ inherit texlive-common
HOMEPAGE="http://www.tug.org/texlive/"
-COMMON_DEPEND=">=app-text/texlive-core-${PV}
- ${TEXLIVE_MODULES_DEPS}"
+COMMON_DEPEND=">=app-text/texlive-core-${PV}"
IUSE=""
@@ -60,6 +59,8 @@ if [ -z "${PV##2007*}" ] ; then
for i in ${TEXLIVE_MODULE_CONTENTS}; do
SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.zip"
done
+COMMON_DEPEND="${COMMON_DEPEND}
+ ${TEXLIVE_MODULES_DEPS}"
DEPEND="${COMMON_DEPEND}
app-arch/unzip"
else