summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-10-15 21:53:22 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-10-15 21:53:22 +0000
commit4f97d0cdb3db48216cbf8549927f5c32794ad473 (patch)
tree276dc9a6168a5890986e5eff612804b1be47494b /eclass
parentfix license + remove python dependency thanks to dev-zero (diff)
downloadhistorical-4f97d0cdb3db48216cbf8549927f5c32794ad473.tar.gz
historical-4f97d0cdb3db48216cbf8549927f5c32794ad473.tar.bz2
historical-4f97d0cdb3db48216cbf8549927f5c32794ad473.zip
switch latex-package eclass deps from virtual/tetex to virtual/latex-base, bug #195894
Diffstat (limited to 'eclass')
-rw-r--r--eclass/latex-package.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass
index 6ebaed48c4ff..cc5ab6e4f592 100644
--- a/eclass/latex-package.eclass
+++ b/eclass/latex-package.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.29 2006/06/15 11:03:54 nattfodd Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.30 2007/10/15 21:53:22 aballier Exp $
#
# Author Matthew Turk <satai@gentoo.org>
# Martin Ehmsen <ehmsen@gentoo.org>
@@ -49,7 +49,7 @@
inherit base
-DEPEND="virtual/tetex
+DEPEND="virtual/latex-base
>=sys-apps/texinfo-4.2-r5"
HOMEPAGE="http://www.tug.org/"
SRC_URI="ftp://tug.ctan.org/macros/latex/"