diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-07-26 21:50:16 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-07-26 21:50:16 +0000 |
commit | f4d808a33817c744bcc33152e009d297405611f4 (patch) | |
tree | bd1dff9348dbab5393b2f101fb74156398bc71c6 /eclass/latex-package.eclass | |
parent | corrected SRC_URI for sourceforge (diff) | |
download | historical-f4d808a33817c744bcc33152e009d297405611f4.tar.gz historical-f4d808a33817c744bcc33152e009d297405611f4.tar.bz2 historical-f4d808a33817c744bcc33152e009d297405611f4.zip |
fix , in many eclasses
Diffstat (limited to 'eclass/latex-package.eclass')
-rw-r--r-- | eclass/latex-package.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass index 70376d459a04..47bf77b2c9f8 100644 --- a/eclass/latex-package.eclass +++ b/eclass/latex-package.eclass @@ -4,10 +4,11 @@ # the src_install function as-is if the system is single-directory. inherit base +ECLASS=latex-package INHERITED="$INHERITED $ECLASS" newdepend ">=app-text/tetex-1.0.7" -ECLASS=latex-package + HOMEPAGE="http://www.tug.org/" SRC_URI="ftp://tug.ctan.org/macros/latex/" S=${WORKDIR}/${P} |