diff options
author | 2004-04-17 16:36:41 +0000 | |
---|---|---|
committer | 2004-04-17 16:36:41 +0000 | |
commit | 84a2e79c00bf4152a5fe08218d27a08a3505f9f4 (patch) | |
tree | 6da0728b936d64e1c865a45e2f0cdfb47504cd49 /dev-tex/foiltex | |
parent | eutils (diff) | |
download | historical-84a2e79c00bf4152a5fe08218d27a08a3505f9f4.tar.gz historical-84a2e79c00bf4152a5fe08218d27a08a3505f9f4.tar.bz2 historical-84a2e79c00bf4152a5fe08218d27a08a3505f9f4.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-tex/foiltex')
-rw-r--r-- | dev-tex/foiltex/foiltex-2.1.3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-tex/foiltex/foiltex-2.1.3.ebuild b/dev-tex/foiltex/foiltex-2.1.3.ebuild index 9e720acfff6e..67c7c56a1d3e 100644 --- a/dev-tex/foiltex/foiltex-2.1.3.ebuild +++ b/dev-tex/foiltex/foiltex-2.1.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Maintainer: Felix Kurth <felix@fkurth.de> -# $Header: /var/cvsroot/gentoo-x86/dev-tex/foiltex/foiltex-2.1.3.ebuild,v 1.3 2004/04/13 13:17:15 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/foiltex/foiltex-2.1.3.ebuild,v 1.4 2004/04/17 16:36:27 aliz Exp $ inherit latex-package @@ -13,10 +13,10 @@ LICENSE="as-is" #for License details see /usr/share/doc/latex-foiltex-2.1.3/foiltex.ins SLOT="0" KEYWORDS="x86 ppc sparc ~amd64" - +IUSE="" src_install () { -latex-package_src_doinstall all -cd ${S} -dodoc readme.flt + latex-package_src_doinstall all + cd ${S} + dodoc readme.flt } |