summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:09:28 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-10-31 13:09:28 +0000
commit350ced7fbb3a813646954ae7cc8c3f8497fc769c (patch)
tree368e570b612f0213203aed8ccb13bc3984645f65 /dev-haskell
parentDrop virtual/ghc in favour of dev-lang/ghc (diff)
downloadgentoo-2-350ced7fbb3a813646954ae7cc8c3f8497fc769c.tar.gz
gentoo-2-350ced7fbb3a813646954ae7cc8c3f8497fc769c.tar.bz2
gentoo-2-350ced7fbb3a813646954ae7cc8c3f8497fc769c.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/openal/ChangeLog5
-rw-r--r--dev-haskell/openal/openal-1.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/openal/ChangeLog b/dev-haskell/openal/ChangeLog
index 00d89a9a2677..e9be80bc71d3 100644
--- a/dev-haskell/openal/ChangeLog
+++ b/dev-haskell/openal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/openal
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openal/ChangeLog,v 1.1 2007/07/09 12:40:29 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openal/ChangeLog,v 1.2 2007/10/31 13:09:28 dcoutts Exp $
+
+ 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> openal-1.2.ebuild:
+ Drop virtual/ghc in favour of dev-lang/ghc
*openal-1.3.1 (09 Jul 2007)
*openal-1.3 (09 Jul 2007)
diff --git a/dev-haskell/openal/openal-1.2.ebuild b/dev-haskell/openal/openal-1.2.ebuild
index f9004d0d4b95..17a2a184740f 100644
--- a/dev-haskell/openal/openal-1.2.ebuild
+++ b/dev-haskell/openal/openal-1.2.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/openal/openal-1.2.ebuild,v 1.1 2007/07/09 12:40:29 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openal/openal-1.2.ebuild,v 1.2 2007/10/31 13:09:28 dcoutts Exp $
inherit ghc-package flag-o-matic
@@ -21,7 +21,7 @@ DEPEND="=dev-lang/ghc-6.4*"
pkg_setup () {
ghc-package_pkg_setup
- if ! built_with_use virtual/ghc openal; then
+ if ! built_with_use dev-lang/ghc openal; then
eerror "This library has to be provided by ghc."
eerror "Please re-emerge ghc with USE=\"openal\""
die "dev-haskell/openal requires ghc to be built with USE=\"openal\""