summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2003-09-09 01:06:09 +0000
committerMamoru Komachi <usata@gentoo.org>2003-09-09 01:06:09 +0000
commit77f4a2c176fe48234ec90ee576393527d1593977 (patch)
treef4a5922abe4a23601284202f2c58d6dc5ccbe8bc /eclass/latex-package.eclass
parentinitial import (diff)
downloadhistorical-77f4a2c176fe48234ec90ee576393527d1593977.tar.gz
historical-77f4a2c176fe48234ec90ee576393527d1593977.tar.bz2
historical-77f4a2c176fe48234ec90ee576393527d1593977.zip
Changed app-text/tetex DEPEND to virtual/tetex
Diffstat (limited to 'eclass/latex-package.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 89e3058e91b8..eed89c73ebad 100644
--- a/eclass/latex-package.eclass
+++ b/eclass/latex-package.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.14 2003/06/09 07:14:03 satai Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.15 2003/09/09 01:06:09 usata Exp $
#
# Author Matthew Turk <satai@gentoo.org>
#
@@ -48,7 +48,7 @@
inherit base
INHERITED="$INHERITED $ECLASS"
-newdepend ">=app-text/tetex-1.0.7
+newdepend "virtual/tetex
>=sys-apps/texinfo-4.2-r5"
ECLASS=latex-package
HOMEPAGE="http://www.tug.org/"