summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-04-10 13:02:38 +0000
committerMamoru Komachi <usata@gentoo.org>2004-04-10 13:02:38 +0000
commit46f05c285f45f732feb5b8f829b43fde877c01d1 (patch)
tree5240ca9f5ecb1b291b62014707844152286bb7f1 /eclass/latex-package.eclass
parentVersion bumped and marked previous version stable. Use ruby.eclass. virtual/r... (diff)
downloadhistorical-46f05c285f45f732feb5b8f829b43fde877c01d1.tar.gz
historical-46f05c285f45f732feb5b8f829b43fde877c01d1.tar.bz2
historical-46f05c285f45f732feb5b8f829b43fde877c01d1.zip
newdepend is deprecated; use DEPEND/RDEPEND instead, see bug #25013
Diffstat (limited to 'eclass/latex-package.eclass')
-rw-r--r--eclass/latex-package.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass
index ba6f8358eb2b..f6d4d59409d7 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.16 2004/03/27 19:08:16 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.17 2004/04/10 13:02:38 usata Exp $
#
# Author Matthew Turk <satai@gentoo.org>
#
@@ -48,8 +48,8 @@
inherit base
INHERITED="$INHERITED $ECLASS"
-newdepend "virtual/tetex
- >=sys-apps/texinfo-4.2-r5"
+DEPEND="virtual/tetex
+ >=sys-apps/texinfo-4.2-r5"
ECLASS=latex-package
HOMEPAGE="http://www.tug.org/"
SRC_URI="ftp://tug.ctan.org/macros/latex/"