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 | 8a9b481b7759ef1b98810b405c2c4ec0b58837c5 (patch) | |
tree | 6d9d29278e9bb0675487377368afe0df5f10b2bb /eclass/latex-package.eclass | |
parent | corrected SRC_URI for sourceforge (diff) | |
download | gentoo-2-8a9b481b7759ef1b98810b405c2c4ec0b58837c5.tar.gz gentoo-2-8a9b481b7759ef1b98810b405c2c4ec0b58837c5.tar.bz2 gentoo-2-8a9b481b7759ef1b98810b405c2c4ec0b58837c5.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} |