diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:07:14 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:07:14 +0000 |
commit | 977a8a0e0f8d865825eb8907066b363a852647bb (patch) | |
tree | fa70b857857c4d431a987754c72302291da03ef1 /dev-haskell | |
parent | Drop virtual/ghc in favour of dev-lang/ghc (diff) | |
download | gentoo-2-977a8a0e0f8d865825eb8907066b363a852647bb.tar.gz gentoo-2-977a8a0e0f8d865825eb8907066b363a852647bb.tar.bz2 gentoo-2-977a8a0e0f8d865825eb8907066b363a852647bb.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/hunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/hunit/hunit-1.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/hunit/ChangeLog b/dev-haskell/hunit/ChangeLog index 6e3e4f8c61db..baf5bd086c4b 100644 --- a/dev-haskell/hunit/ChangeLog +++ b/dev-haskell/hunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hunit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.18 2007/07/11 18:15:44 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.19 2007/10/31 13:07:14 dcoutts Exp $ + + 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> hunit-1.1.ebuild: + Drop virtual/ghc in favour of dev-lang/ghc 11 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> hunit-1.1.1.ebuild: Marked ~ia64. diff --git a/dev-haskell/hunit/hunit-1.1.ebuild b/dev-haskell/hunit/hunit-1.1.ebuild index c5aaaf986a42..ec52fa97c1b7 100644 --- a/dev-haskell/hunit/hunit-1.1.ebuild +++ b/dev-haskell/hunit/hunit-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/hunit/hunit-1.1.ebuild,v 1.12 2007/04/30 20:26:01 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.ebuild,v 1.13 2007/10/31 13:07:14 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 |