diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 12:55:48 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 12:55:48 +0000 |
commit | f092ec2af675258371b778c15092a2c2a3b4c65b (patch) | |
tree | 234157dff79d04643de61102e44e558eaeb2b72e /dev-haskell/fgl | |
parent | Drop virtual/ghc in favour of dev-lang/ghc (diff) | |
download | gentoo-2-f092ec2af675258371b778c15092a2c2a3b4c65b.tar.gz gentoo-2-f092ec2af675258371b778c15092a2c2a3b4c65b.tar.bz2 gentoo-2-f092ec2af675258371b778c15092a2c2a3b4c65b.zip |
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell/fgl')
-rw-r--r-- | dev-haskell/fgl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/fgl/fgl-5.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/fgl/ChangeLog b/dev-haskell/fgl/ChangeLog index 035e9f76bd99..38bc380bc297 100644 --- a/dev-haskell/fgl/ChangeLog +++ b/dev-haskell/fgl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/fgl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.19 2007/07/11 18:09:32 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.20 2007/10/31 12:55:48 dcoutts Exp $ + + 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> fgl-5.2.ebuild: + Drop virtual/ghc in favour of dev-lang/ghc 11 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> fgl-5.4.1.ebuild: Marked ~ia64. diff --git a/dev-haskell/fgl/fgl-5.2.ebuild b/dev-haskell/fgl/fgl-5.2.ebuild index fafcb0c69512..8d343fbd5cde 100644 --- a/dev-haskell/fgl/fgl-5.2.ebuild +++ b/dev-haskell/fgl/fgl-5.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/fgl/fgl-5.2.ebuild,v 1.12 2007/04/30 20:21:34 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.2.ebuild,v 1.13 2007/10/31 12:55:48 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 |