summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-07-08 15:50:26 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-07-08 15:50:26 +0000
commitd36ed2588e52f00641c3665e0ab52e10a10ef399 (patch)
tree728dc963bae83790f71383a97c6ed729b1ad5890 /dev-haskell/xhtml
parentVersion bump. (diff)
downloadhistorical-d36ed2588e52f00641c3665e0ab52e10a10ef399.tar.gz
historical-d36ed2588e52f00641c3665e0ab52e10a10ef399.tar.bz2
historical-d36ed2588e52f00641c3665e0ab52e10a10ef399.zip
Use dev-lang/ghc rather than virtual/ghc.
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-haskell/xhtml')
-rw-r--r--dev-haskell/xhtml/ChangeLog5
-rw-r--r--dev-haskell/xhtml/xhtml-2006.9.13.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/xhtml/ChangeLog b/dev-haskell/xhtml/ChangeLog
index e056dd87a498..6a8a3fa32562 100644
--- a/dev-haskell/xhtml/ChangeLog
+++ b/dev-haskell/xhtml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/xhtml
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.3 2007/04/06 16:48:06 cparrott Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.4 2007/07/08 15:50:26 dcoutts Exp $
+
+ 08 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> xhtml-2006.9.13.ebuild:
+ Use dev-lang/ghc rather than virtual/ghc.
06 Apr 2007; Chris Parrott <cparrott@gentoo.org> xhtml-2006.9.13.ebuild:
added keywords for ~ppc and ~sparc
diff --git a/dev-haskell/xhtml/xhtml-2006.9.13.ebuild b/dev-haskell/xhtml/xhtml-2006.9.13.ebuild
index e6e23503afa7..7f622e648967 100644
--- a/dev-haskell/xhtml/xhtml-2006.9.13.ebuild
+++ b/dev-haskell/xhtml/xhtml-2006.9.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-2006.9.13.ebuild,v 1.3 2007/04/06 16:48:06 cparrott Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-2006.9.13.ebuild,v 1.4 2007/07/08 15:50:26 dcoutts Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -16,6 +16,6 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE=""
-DEPEND=">=virtual/ghc-6.6"
+DEPEND=">=dev-lang/ghc-6.6"
S="${WORKDIR}/ghc-${GHC_PV}/libraries/${PN}"