diff options
author | Matthew Turk <satai@gentoo.org> | 2003-06-09 07:32:39 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2003-06-09 07:32:39 +0000 |
commit | 94e21ef86dd483b6a35e471c2d40a82edfcec4d2 (patch) | |
tree | 8a31a20f6fef67b04575306c2239d876da3d9866 /app-text | |
parent | Removing all the old latex packages, preparing for dev-tex. (diff) | |
download | gentoo-2-94e21ef86dd483b6a35e471c2d40a82edfcec4d2.tar.gz gentoo-2-94e21ef86dd483b6a35e471c2d40a82edfcec4d2.tar.bz2 gentoo-2-94e21ef86dd483b6a35e471c2d40a82edfcec4d2.zip |
Fixing up some oddities.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/chktex/chktex-1.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/chktex/chktex-1.5-r2.ebuild b/app-text/chktex/chktex-1.5-r2.ebuild index ce156678b363..1d4719ac5cfd 100644 --- a/app-text/chktex/chktex-1.5-r2.ebuild +++ b/app-text/chktex/chktex-1.5-r2.ebuild @@ -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/app-text/chktex/chktex-1.5-r2.ebuild,v 1.14 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/chktex/chktex-1.5-r2.ebuild,v 1.15 2003/06/09 07:32:39 satai Exp $ SRC_URI="http://www.ibiblio.org/pub/linux/distributions/gentoo/${P}.tar.gz" HOMEPAGE="http://www.nongnu.org/chktex/" @@ -13,7 +13,7 @@ KEYWORDS="x86 ppc sparc alpha" DEPEND="app-text/tetex dev-lang/perl sys-apps/groff - app-text/latex2html" + dev-tex/latex2html" src_compile() { [ -n "$DEBUG" ] && myconf="--enable-debug-info" || myconf="$myconf --disable-debug-info" |