summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:12:08 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:12:08 +0000
commiteb652f84b33526ff5dd2e74146f71683e1ad092a (patch)
tree1fd6ad6a8fb3cc3483fddcb242663ca9da2319b5 /dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild
parentSign manifest this time (diff)
downloadhistorical-eb652f84b33526ff5dd2e74146f71683e1ad092a.tar.gz
historical-eb652f84b33526ff5dd2e74146f71683e1ad092a.tar.bz2
historical-eb652f84b33526ff5dd2e74146f71683e1ad092a.zip
Drop virtual/ghc in favour of dev-lang/ghc
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild')
-rw-r--r--dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild
index 369ef61a8c93..f598138fc943 100644
--- a/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild
+++ b/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild,v 1.11 2006/10/12 17:52:08 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild,v 1.12 2007/10/31 13:08:10 dcoutts Exp $
DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX"
HOMEPAGE="http://www.iai.uni-bonn.de/~loeh/lhs2tex"
@@ -14,8 +14,8 @@ IUSE="doc"
S="${WORKDIR}/${P/_pre/pre}"
DEPEND=">=dev-tex/polytable-0.7.2
- >=virtual/ghc-5.04
- !>=virtual/ghc-6.6
+ >=dev-lang/ghc-5.04
+ !>=dev-lang/ghc-6.6
doc? ( dev-lang/hugs98 )
virtual/tetex"