diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2006-10-12 17:52:08 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2006-10-12 17:52:08 +0000 |
commit | 9ccf7809cfa12eab748e272d8d4e9363b07b4fcc (patch) | |
tree | 43de874521a884fe774ed2adb92797ad5dd62222 /dev-haskell/lhs2tex/lhs2tex-1.11.ebuild | |
parent | Stable on IA64. (diff) | |
download | historical-9ccf7809cfa12eab748e272d8d4e9363b07b4fcc.tar.gz historical-9ccf7809cfa12eab748e272d8d4e9363b07b4fcc.tar.bz2 historical-9ccf7809cfa12eab748e272d8d4e9363b07b4fcc.zip |
Add blocks on ghc-6.6
Package-Manager: portage-2.1.1-r1
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" |