diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-10-15 21:53:22 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-10-15 21:53:22 +0000 |
commit | 4f97d0cdb3db48216cbf8549927f5c32794ad473 (patch) | |
tree | 276dc9a6168a5890986e5eff612804b1be47494b | |
parent | fix license + remove python dependency thanks to dev-zero (diff) | |
download | historical-4f97d0cdb3db48216cbf8549927f5c32794ad473.tar.gz historical-4f97d0cdb3db48216cbf8549927f5c32794ad473.tar.bz2 historical-4f97d0cdb3db48216cbf8549927f5c32794ad473.zip |
switch latex-package eclass deps from virtual/tetex to virtual/latex-base, bug #195894
-rw-r--r-- | eclass/latex-package.eclass | 4 |
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/" |