diff options
Diffstat (limited to 'dev-haskell/lhs2tex/lhs2tex-1.11.ebuild')
-rw-r--r-- | dev-haskell/lhs2tex/lhs2tex-1.11.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild index abcba4f9f920..c3f88610ef9b 100644 --- a/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild +++ b/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild,v 1.5 2006/08/24 18:16:30 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild,v 1.6 2006/10/12 17:52:08 dcoutts Exp $ DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX" HOMEPAGE="http://www.iai.uni-bonn.de/~loeh/lhs2tex" @@ -15,6 +15,7 @@ S="${WORKDIR}/${P/_pre/pre}" DEPEND=">=dev-tex/polytable-0.8.2 >=virtual/ghc-6.2.2 + !>=virtual/ghc-6.6 doc? ( dev-lang/hugs98 virtual/tetex )" RDEPEND=">=dev-tex/polytable-0.8.2" |