diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:06:21 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:06:21 +0000 |
commit | 1bb4545447f6828b9b252751eee1743d2df8b0ee (patch) | |
tree | 9b8a9e9fd93ab2eddd8d542af865785f5c2017d8 /dev-haskell/html | |
parent | Drop virtual/ghc in favour of dev-lang/ghc (diff) | |
download | gentoo-2-1bb4545447f6828b9b252751eee1743d2df8b0ee.tar.gz gentoo-2-1bb4545447f6828b9b252751eee1743d2df8b0ee.tar.bz2 gentoo-2-1bb4545447f6828b9b252751eee1743d2df8b0ee.zip |
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell/html')
-rw-r--r-- | dev-haskell/html/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/html/html-1.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/html/ChangeLog b/dev-haskell/html/ChangeLog index 66854cb3a0a3..6a8c01e209fb 100644 --- a/dev-haskell/html/ChangeLog +++ b/dev-haskell/html/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/html # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.18 2007/07/11 18:14:05 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.19 2007/10/31 13:06:21 dcoutts Exp $ + + 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> html-1.0.ebuild: + Drop virtual/ghc in favour of dev-lang/ghc 11 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> html-1.0.1.ebuild: Marked ~ia64. diff --git a/dev-haskell/html/html-1.0.ebuild b/dev-haskell/html/html-1.0.ebuild index 17a563d78f59..ac4ced20db78 100644 --- a/dev-haskell/html/html-1.0.ebuild +++ b/dev-haskell/html/html-1.0.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/html/html-1.0.ebuild,v 1.12 2007/04/30 20:24:21 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.ebuild,v 1.13 2007/10/31 13:06:21 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 |