summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:09:55 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:09:55 +0000
commitc38e3d88ee2afcc41e1229ea528218fbbd171a08 (patch)
tree8292c59a162efa8032837e65061fa4301aec7c18 /dev-haskell
parentDrop virtual/ghc in favour of dev-lang/ghc (diff)
downloadgentoo-2-c38e3d88ee2afcc41e1229ea528218fbbd171a08.tar.gz
gentoo-2-c38e3d88ee2afcc41e1229ea528218fbbd171a08.tar.bz2
gentoo-2-c38e3d88ee2afcc41e1229ea528218fbbd171a08.zip
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/quickcheck/ChangeLog5
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog
index d2c6cb17263d..97650800d45d 100644
--- a/dev-haskell/quickcheck/ChangeLog
+++ b/dev-haskell/quickcheck/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/quickcheck
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.18 2007/07/11 18:24:54 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.19 2007/10/31 13:09:55 dcoutts Exp $
+
+ 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> quickcheck-1.0.ebuild:
+ Drop virtual/ghc in favour of dev-lang/ghc
11 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> quickcheck-1.0.1.ebuild:
Marked ~ia64.
diff --git a/dev-haskell/quickcheck/quickcheck-1.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.ebuild
index 881c354fa2c3..878a7f90356b 100644
--- a/dev-haskell/quickcheck/quickcheck-1.0.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-1.0.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/quickcheck/quickcheck-1.0.ebuild,v 1.12 2007/04/30 20:30:34 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.ebuild,v 1.13 2007/10/31 13:09:55 dcoutts Exp $
inherit ghc-package
@@ -13,8 +13,8 @@ SLOT="0"
KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
-DEPEND="=virtual/ghc-6.4*
- !>=virtual/ghc-6.6"
+DEPEND="=dev-lang/ghc-6.4*
+ !>=dev-lang/ghc-6.6"
pkg_setup () {
ghc-package_pkg_setup