summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:02:30 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:02:30 +0000
commitaeafb70197855c166bb505c07bf46c9bba96e696 (patch)
tree9f7a2b307bda40aad6485057e50bd2a881735320 /dev-haskell/hmake/hmake-3.11.ebuild
parentDrop virtual/ghc in favour of dev-lang/ghc (diff)
downloadgentoo-2-aeafb70197855c166bb505c07bf46c9bba96e696.tar.gz
gentoo-2-aeafb70197855c166bb505c07bf46c9bba96e696.tar.bz2
gentoo-2-aeafb70197855c166bb505c07bf46c9bba96e696.zip
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell/hmake/hmake-3.11.ebuild')
-rw-r--r--dev-haskell/hmake/hmake-3.11.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/hmake/hmake-3.11.ebuild b/dev-haskell/hmake/hmake-3.11.ebuild
index 9bd4ad0f3776..9c2a5b81844b 100644
--- a/dev-haskell/hmake/hmake-3.11.ebuild
+++ b/dev-haskell/hmake/hmake-3.11.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/hmake/hmake-3.11.ebuild,v 1.10 2007/07/29 13:48:46 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v 1.11 2007/10/31 13:02:30 dcoutts Exp $
inherit base eutils fixheadtails ghc-package
@@ -13,10 +13,10 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ppc64 sparc x86"
IUSE=""
-DEPEND="virtual/ghc
+DEPEND="dev-lang/ghc
sys-libs/readline
>=sys-apps/sandbox-1.2.12"
-RDEPEND="virtual/ghc
+RDEPEND="dev-lang/ghc
sys-libs/readline"
# sandbox dependency due to bug #97441, #101433