diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:12:08 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:12:08 +0000 |
commit | eb652f84b33526ff5dd2e74146f71683e1ad092a (patch) | |
tree | 1fd6ad6a8fb3cc3483fddcb242663ca9da2319b5 /dev-haskell/hunit | |
parent | Sign manifest this time (diff) | |
download | historical-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/hunit')
-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 |