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/x11
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/x11')
-rw-r--r--dev-haskell/x11/ChangeLog5
-rw-r--r--dev-haskell/x11/x11-1.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/x11/ChangeLog b/dev-haskell/x11/ChangeLog
index 64a6e80e907a..50a4b1d36508 100644
--- a/dev-haskell/x11/ChangeLog
+++ b/dev-haskell/x11/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/x11
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.2 2007/07/25 18:38:18 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.3 2007/10/31 13:12:08 dcoutts Exp $
+
+ 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> x11-1.1.ebuild:
+ Drop virtual/ghc in favour of dev-lang/ghc
25 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> x11-1.2.ebuild,
x11-1.2.1.ebuild, x11-1.2.2.ebuild:
diff --git a/dev-haskell/x11/x11-1.1.ebuild b/dev-haskell/x11/x11-1.1.ebuild
index 375acc9d815e..08cf00545ce2 100644
--- a/dev-haskell/x11/x11-1.1.ebuild
+++ b/dev-haskell/x11/x11-1.1.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/x11/x11-1.1.ebuild,v 1.1 2007/07/09 12:39:24 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.1.ebuild,v 1.2 2007/10/31 13:12:08 dcoutts Exp $
inherit ghc-package flag-o-matic
@@ -13,11 +13,11 @@ SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
-DEPEND="=virtual/ghc-6.4*"
+DEPEND="=dev-lang/ghc-6.4*"
pkg_setup () {
ghc-package_pkg_setup
- if ! built_with_use virtual/ghc X; then
+ if ! built_with_use dev-lang/ghc X; then
eerror "This library has to be provided by ghc."
eerror "Please re-emerge ghc with USE=\"X\""
die "dev-haskell/x11 requires ghc to be built with USE=\"X\""